Docs
Update Activity Time
PATCH /Activities/{activityId}
PATCH
/Activities/{activityId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| activityId | Guid | Required | The ID of the activity to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| startDateTime | DateTime | Required | New start time in UTC (ISO 8601). |
| endDateTime | DateTime | Required | New end time in UTC (ISO 8601). |
Response
Returns 200 OK with no body on success.