application/json
PUT
/self/{shopId}/settings/password
cURL (application/json)
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/password' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"password":"string"}'
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/password' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request PUT 'https://dev.sellpass.io/self/{shopId}/settings/password' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"password": "string"
}
Request examples
{
"password": "string"
}
Request examples
{
"password": "string"
}