Skip to content

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
Required
Pattern"\\d+"
requesterId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"status": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python