Promote Project Calendars To Workspace

put

/api/restapi/calendar/promote

Send a request to this endpoint to promote the project calendars provided in the payload to their immediate workspaces.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityPromoteProjectCalendar>
Type: array
Title: List<ApiEntityPromoteProjectCalendar>
Show Source
Nested Schema : ApiEntityPromoteProjectCalendar
Type: object
Title: ApiEntityPromoteProjectCalendar
Show Source
Examples

Back to Top

Response

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}

400 Response

Invalid input for the calendar service. Verify the request contains valid data, then resubmit the request.
Back to Top