Update schedule details

Updates schedule details such as title or completion rule.

Updates details of an existing schedule. Only the fields specified in update_mask are updated.

Supported update_mask paths:

  • title
  • completion_rule

Requirements

Path Params
string
required

ID of the schedule to update.

Body Params

Request message for UpdateScheduleDetails.

string

Title of the schedule.

string
enum
Defaults to COMPLETION_RULE_UNSPECIFIED

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.
Allowed:
string
required

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

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json