Update Comment
put
/essbase/rest/v1/scenarios/{scenarioId}/comments/{commentId}
Updates a scenario comment by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
commentId(required): integer(int64)
Comment ID.
-
scenarioId(required): integer(int64)
Scenario ID.
Comment details.
Response
Supported Media Types
- application/json
- application/xml
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.