Skip to main content
POST
/
v1
/
learning
/
outcome
Record learning outcome
curl --request POST \
  --url http://localhost:8080/v1/learning/outcome \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "memory_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Body

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

Response

200

Outcome recorded