Update a Project Risk Weather Period

put

/api/restapi/riskWeatherPeriod

Send a request to this endpoint to update a project risk weather period.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRiskWeatherPeriodInput
Type: object
Title: ApiEntityRiskWeatherPeriodInput
This entity represents a RiskWeatherPeriod object, a unique RiskWeatherPeriod object can be identified by the following combinations of the fields.
  • riskWeatherPeriodId
  • periodName,projectRiskId
  • periodName,riskCode,projectId
  • periodName,riskCode,projectCode,workspaceCode
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input.
Back to Top