Parameter | Type | Description |
---|---|---|
id | integer | Resource ID |
notes | string | Notes (thoughts) about the resource - will be visible to the author |
Status | Description |
---|---|
404 | Resource not found |
405 | Resource is not accepttable |
{
"resource": {} // see: 'Resource model'
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/operations/resources/1/accept' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}