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

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,
unknown
description
string

Response

200

Outcome recorded