Update Comment
put
/scenarios/{scenarioId}/comments/{commentId}
Updates a scenario comment by ID.
Request
Path Parameters
-
commentId(required):
Comment ID.
-
scenarioId(required):
Scenario ID.
Response
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.