Update Comment

put

/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}

Updates a scenario comment by ID.

Request

Supported Media Types
Path Parameters
Body ()

Comment details.

Root Schema : Comment
Type: object
Show Source
Nested Schema : Owner
Type: object
Show Source
Back to Top

Response

Supported Media Types

204 Response

Scenario comment successfully updated.

400 Response

Bad Request

Failed to update scenario comment. The scenario ID or comment ID may be invalid.

500 Response

Internal Server Error.

Back to Top