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
RequireduserId*
who should be accepted
Typeinteger
RequiredRequest Body
application/json
JSON
{
"moveToStandby": null
}
Responses
Success