Docs

Update Activity Time

PATCH /Activities/{activityId}

PATCH/Activities/{activityId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Partial update — changes only the start and end times of an activity without touching any other fields. Use this for quick schedule adjustments. To update all activity fields, use Update Activity instead.

Requires EventAdmin permission on the event, or the Organizer role on the activity.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity to update.

Request Body

FieldTypeRequiredDescription
startDateTimeDateTimeRequiredNew start time in UTC (ISO 8601).
endDateTimeDateTimeRequiredNew end time in UTC (ISO 8601).

Response

Returns 200 OK with no body on success.