AlphaAlpha Docs
API ReferenceProject comment controller

Resolve Comment_ Project Comment

PUT
/projects/{projectId}/scenarios/{scenarioId}/comments/{commentId}/resolve
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
scenarioId*string
commentId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "http://localhost:18080/api/v1/projects/string/scenarios/string/comments/string/resolve"
{
  "anchorEntityId": "string",
  "anchorEntityType": "string",
  "authorId": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "id": "string",
  "position": {
    "x": 0.1,
    "y": 0.1,
    "z": 0.1
  },
  "replies": [
    {
      "authorId": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "id": "string",
      "text": "string"
    }
  ],
  "resolved": true,
  "scenarioId": "string",
  "text": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}