v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Comments

Update a comment

Update a comment

post/comments.update

Request body

idstring uuid required
dataobject required

Response

OK

Example response

{
  "data": {
    "createdBy": {
      "name": "Jane Doe"
    },
    "updatedBy": {
      "name": "Jane Doe"
    }
  }
}