Gestiono
Referencia de APITasks / Schedule

Update Schedule by scheduleid registrations by registrationid

PATCH /v1/tasks/schedule/:scheduleId/registrations/:registrationId • validated by `patchTaskScheduleRegistration`

← Back to full API reference
PATCH/v1/tasks/schedule/:scheduleId/registrations/:registrationIdAuthentication required
  • Validated by Zod schema: patchTaskScheduleRegistration.

Request details

Path params

  • scheduleId

    Required path parameter.

  • registrationId

    Required path parameter.

Query params

No explicit query schema was captured for this endpoint.

Body fields

  • status (required)

    Type: enum

    Example: attended

Default payloads

Path params

json
{
  "scheduleId": 1,
  "registrationId": 1
}

Query

json
{}

Body

json
{
  "status": "attended"
}

Sample response

json
{
  "affectedRows": "<affectedRows>"
}

Test this endpoint now

Use your own credentials and execute a live request directly from this page.

1. Configure authentication for testing

You can test endpoints with signed API keys, a raw Authorization token, or browser cookies. Select one mode and fill in the required fields.

2. Select endpoint

PATCH/v1/tasks/schedule/:scheduleId/registrations/:registrationIdAuthentication required

Group: Tasks / Schedule

PATCH /v1/tasks/schedule/:scheduleId/registrations/:registrationId • validated by `patchTaskScheduleRegistration`

  • Validated by Zod schema: patchTaskScheduleRegistration.

Path params

  • scheduleIdrequired
  • registrationIdrequired

Body fields

  • statusrequired
    Type: enum
    Ejemplo: attended

3. Prepare request payload

4. Server response

Run a request to inspect the real-time response for your environment.