v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Schedules

Update schedule details

Updates schedule details such as title or completion rule.

patch/scheduling/v1/schedules/{schedule_id}/details

Path parameters

schedule_idstring required

ID of the schedule to update.

Request body

titlestring

Title of the schedule.

completion_rule'COMPLETION_RULE_UNSPECIFIED' | 'COMPLETION_RULE_ANY' | 'COMPLETION_RULE_ALL'

Completion rule enum.

  • COMPLETION_RULE_UNSPECIFIED: Unspecified completion rule.
  • COMPLETION_RULE_ANY: Any assignee can complete the schedule.
  • COMPLETION_RULE_ALL: All assignees must complete the schedule.
update_maskstring required

Fields to update. Valid paths: "title", "completion_rule".

Response

A successful response.

S12SchedulingV1UpdateScheduleDetailsResponse required

Response message for UpdateScheduleDetails.