Skip to main content
PATCH
/
{shopId}
/
slug
Update shop slug
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/slug \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "egoli-3"
}
'

Body

application/json
slug
string
Example:

"egoli-3"

Response

200 - undefined