Skip to content

How the story summary is written for this card

POST
/player/compact-preference
curl --request POST \
--url https://api.harperharbor.com/open/v1/player/compact-preference \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "roleId": "example", "sections": [ "example" ], "extraInstruction": "example" }'
Media typeapplication/json
object
roleId
string
sections
Array<string>
extraInstruction
string
Examplegenerated
{
"roleId": "example",
"sections": [
"example"
],
"extraInstruction": "example"
}

Saved.