Skip to main content
POST
/
rounds
/
{round_id}
/
answer
Round User Answer
curl --request POST \
  --url https://api-dev.monyfix.tech/rounds/{round_id}/answer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "answer_id": 123,
  "response_time": "<string>"
}
'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

round_id
string
required

Body

application/json
answer_id
integer
required
response_time
string
required

Response

Successful Response

The response is of type boolean.