Skip to main content
PATCH
/
api
/
sessions
/
{sessionId}
/
items
/
{itemId}
/
scores
Update scores
curl --request PATCH \
  --url https://api.example.com/api/sessions/{sessionId}/items/{itemId}/scores \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "name": "<string>",
    "value": "<unknown>"
  }
]
'
{}

Path Parameters

sessionId
string
required
itemId
string
required

Body

application/json
name
string
required
value
unknown

Response

Undescribed

The response is of type object.