v1

latestOpenAPI 3.0.12026-07-1714724311.1 KB
Comments

Update a Comment

Update an existing comment.

patch/comments/{id}

Query parameters

fieldsstring[]

Control what fields are being returned in the object.

metastring

What metadata to return in the response.

Request body

collectionstring required

Which collection this comment is for.

itemstring
commentstring

Example request

{
  "collection": "projects",
  "item": "81dfa7e0-56d2-471f-b96a-1cf8a62bdf28",
  "comment": "An updated comment"
}

Response

Successful request