PUT /self/{shopId}/settings/password

PUT /self/{shopId}/settings/password

Path parameters

application/json

Responses

PUT /self/{shopId}/settings/password
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/password \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"password":"string"}'
Request example
{
  "password": "string"
}