Skip to content

Save per-card settings

POST
/player/role-settings/save
curl --request POST \
--url https://api.harperharbor.com/open/v1/player/role-settings/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "roleId": "example" }'

Send only the fields you change. Persona text goes through moderation.

Media typeapplication/json
object
roleId
required
string
key
additional properties
any
Examplegenerated
{
"roleId": "example"
}

Saved.