Skip to main content
PATCH
/
{shopId}
/
roles
/
62459713127e89b28bbbd7c9
Update shop role
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/roles/62459713127e89b28bbbd7c9 \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Test userss"
}
'

Body

application/json
name
string
Example:

"Test userss"

Response

200 - undefined