Skip to main content
PUT
Change unique name (once per 30 days)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

shopId
string
required

Shop ID (ObjectId)

Body

application/json
uniqueName
string
required

New unique name (URL slug)

Required string length: 3 - 50
Pattern: ^[a-z0-9-_]+$
Example:

"nowy-sklep"

Response

OK

success
boolean
Example:

true

data
object
message
string