Skip to main content
POST
/
v1
/
procedures
/
{id}
/
outcome
Record procedure outcome
curl --request POST \
  --url http://localhost:8080/v1/procedures/{id}/outcome \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Path Parameters

id
string<uuid>
required

Body

application/json
outcome
enum<string>
required
Available options:
success,
failure,
neutral

Response

200

Outcome recorded