Skip to main content
PATCH
/
api
/
roleplay
/
session
/
{id}
Session - Update Results
curl --request PATCH \
  --url https://app.replay.sale/api/roleplay/session/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "fieldsToUpdate": {}
}
'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from your company settings.

Path Parameters

id
string<uuid>
required

The UUID of the roleplay session to update

Body

application/json
fieldsToUpdate
object
required

Partial transcript fields to update. Only include fields you want to change.

Response

Successfully updated transcript

The updated transcript object