PATCH
/
api
/
issues
/
v1
/
{issue_id}
/
mark-expected
MarkExpected
curl --request PATCH \
  --url https://developer.synq.io/api/issues/v1/{issue_id}/mark-expected \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "actor": {
    "email": {
      "userEmail": "jsmith@example.com"
    },
    "name": "<string>"
  },
  "time": "1s",
  "requireNoExistingStatus": true
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

issue_id
string
required

ID of the issue to mark as expected.

Body

application/json

Response

200
application/json

Success

The response is of type object.