Skip to main content
PATCH
/
insight
/
{rec_id}
/
jtbd-markdown-report
Update Jtbd Markdown Report
curl --request PATCH \
  --url https://api.example.com/insight/{rec_id}/jtbd-markdown-report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rec_id
string<uuid>
required

Query Parameters

version
integer | null

The version of the JTBD Markdown report to update

Body

application/json

The body is of type Payload · object.

Response

Successful Response