Update a Report Cycle

put

/api/restapi/reportCycle

Send a request to this endpoint to update a report cycle.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityReportCycleInput
Type: object
Title: ApiEntityReportCycleInput
This entity represents a ReportCycle object, a unique ReportCycle object can be identified by the following combinations of the fields.
  • reportCycleId
  • cycleName,workspaceId
  • cycleName,workspaceCode
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Report Cycle service.
Back to Top