Skip to content

Accepts a user's request for joining a store.

PATCH
/api/stores/{storeId}/requests/{userId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*

for which store to accept a request

Typeinteger
Required
userId*

who should be accepted

Typeinteger
Required

Request Body

application/json
JSON
{
"moveToStandby": null
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python