Command: accept
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- accept
- Offer
- offer id
Exact JSON
{
"verb": "accept",
"offer": "offer id"
}Send this command object inside POST /api/realm/commands with a unique request ID.
{
"verb": "accept",
"offer": "offer id"
}