Skip to content

Set agent mode

POST
/player/agent-mode
curl --request POST \
--url https://api.harperharbor.com/open/v1/player/agent-mode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "roleId": "example", "multiPassEnabled": true }'
Media typeapplication/json
object
roleId
string
multiPassEnabled
boolean
Examplegenerated
{
"roleId": "example",
"multiPassEnabled": true
}

Saved.