Skip to main content
POST
Rename Profile

Authorizations

X-Access-Token
string
header
required

Path Parameters

name
string
required
Required string length: 1 - 64
Pattern: ^[A-Za-z0-9._-]{1,64}$

Body

application/json

Request body for renaming a profile.

new_name is validated against the same regex as the path-level {name} param so the two stay in sync.

new_name
string
required
Required string length: 1 - 64
Pattern: ^[A-Za-z0-9._-]{1,64}$

Response

Successful Response

Response body for save/delete operations.

name
string
required
message
string
required