Skip to main content
PUT
Update Staff URL

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the staff URL record.

Body

application/json
title
string
Example:

"Senior Moderator Access"

permissions
string[]
Example:
is_active
boolean
Example:

true

Response

Staff URL updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"