Skip to main content
POST
/
api
/
v1
/
presets
/
{preset_id}
/
questions
/
reset
Preset Questions Reset
curl --request POST \
  --url https://api.example.com/api/v1/presets/{preset_id}/questions/reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope": "session"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

preset_id
string
required

Body

application/json
confirm
string | null
scope
string
default:session

Response

Successful Response