Add Comment

post

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

Adds a comment to the specified scenario 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

200 Response

OK

Scenario comment added successfully.

Body ()
Root Schema : Comment
Type: object
Show Source
Nested Schema : Owner
Type: object
Show Source

400 Response

Bad Request

Failed to add a comment. The scenario ID may be invalid.

500 Response

Internal Server Error.

Back to Top