PATCH
/
api
/
issues
/
v1
/
{issueId}
/
mark-investigating
curl --request PATCH \
  --url https://developer.synq.io/api/issues/v1/{issueId}/mark-investigating \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "issueId": "<string>",
  "actor": {
    "name": "<string>",
    "slack": {
      "userId": "<string>"
    },
    "email": {
      "userEmail": "<string>"
    },
    "pagerduty": {
      "userId": "<string>"
    }
  },
  "time": "2023-11-07T05:31:56Z",
  "requireNoExistingStatus": true
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issueId
string
required

ID of the issue to mark as investigating.

Body

application/json

Response

200
application/json

OK

The response is of type object.