Retrospectives
Create a Retrospective Comment
post/retrospectives/{id}/comments
Path parameters
idstring required
Request body
Example request
{
"$schema": "/v1/schemas/CreateRetrospectiveCommentRequestBody.json"
}Response
OK
Example response
{
"$schema": "/v1/schemas/CreateRetrospectiveCommentResponseBody.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
- ○