Retrospectives
Update a Retrospective Comment
patch/retrospective_comments/{id}
Path parameters
idstring required
Request body
Example request
{
"$schema": "/v1/schemas/UpdateRetrospectiveCommentRequestBody.json"
}Response
OK
Example response
{
"$schema": "/v1/schemas/UpdateRetrospectiveCommentResponseBody.json"
}Changes
Changed in 1 of the 28 revisions of this API.1
- ○
added the required property
data/attributes/user/attributes/organizationRoleto the response with the200statusresponse-required-property-added
- ○