in_progressWhen successful, returns issue with changed state
{
// Issue - see 'Issue model'
}| Parameter | Type | Description |
|---|---|---|
| id | integer | Issue ID |
| Key | Type | Description |
|---|---|---|
| Issue | See: Issue model |
| Status | Reason |
|---|---|
404 | Issue not found |
405 | Issue can not be accepted |
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/operations/issues/1/accept' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{}