post http://api.tidyhq.com/v1/sessions//decisions
Saves user decision about a Session.
Response
Saves user decision about a Session.
xxxxxxxxxx
curl --request POST \
--url http://api.tidyhq.com/v1/sessions/sessionID/decisions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"decision": "attendee"
}
'
Try It!
to start a request and see the response here! Or choose an example: