Agreement Comments¶
Lists comments for an agreement and allows authenticated users to add new comments.
GET /agreements/{agreementId}/comments¶
- Auth: not required
- Response: array of comment items
Comment fields:
idauthorauthorAvatarauthorOpenIdcontentcreatedAt
POST /agreements/{agreementId}/comments¶
- Auth: required
- Rate limit: enabled
Request body:
Responses:
200 OK: created comment object400 Bad Request401 Unauthorized500 Internal Server Error