put https://api.everbridge.net/rest/scheduling//calendars/
Update Calendar or Calendars within an Organization
Return type
Calendar Object
Parameters
Name | Required? | Data Type | Description |
---|---|---|---|
credentials | y | string | Basic Authorization header. |
organizationId | y | long | The ID of the organization that owns this resource. |
id | y | string | The ID or IDs (comma-delimited) of the resources to find. |
data | y | httpRequestBody | A calendar’s 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. |
holidayCalendarCodes | n | array of strings | An array containing country codes for the countries/regions to which this calendar is related. No validation is done. Invalid codes will be ignored. |