Skip to main content
POST
/
notes
/
templates
/
{template_id}
/
questions
/
{question_id}
/
migrate
Migrate Legacy Question
curl --request POST \
  --url https://api.decodahealth.com/notes/templates/{template_id}/questions/{question_id}/migrate \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

template_id
string
required
question_id
string
required

Response

Successful Response