Updates the status of a basket request. The creator of a basket can set the status of requests for their basket (e.g. mark as picked up, not picked up, denied etc.).
PATCH
/api/baskets/{basketId}/requests/{requesterId}/status
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
basketId*
Typestring
RequiredPattern
"\\d+"
requesterId*
Typestring
RequiredPattern
"\\d+"
Request Body
application/json
JSON
{
"status": null
}
Responses
Success