put https://api.everbridge.net/rest/scheduling//staffSchedules/
Update one or more Staff Schedules
Return Type
staffSchedule Object
Parameters
Name | Required? | Data Type? | Description |
---|---|---|---|
organizationId | y | long | The ID of the Organization that owns this resource. |
ids | y | string | The ID or IDs (comma-delimited) of the resources to update. |
data | y | httpRequestBody | A StaffSchedule object to be updated. Supports partial updates - one or more fields may be included in the request and only the fields specified will be updated. To remove a field, the field must be explicitly passed with a null value. PUT is treated as PATCH as object replacement is not supported. . |