Skip to main content
PUT
/
organisations
/
report-header
Update Organisation Report Header
curl --request PUT \
  --url https://api.example.com/organisations/report-header/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "logo_base64": "<string>",
  "header_text": "<string>"
}
'
{
  "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.

Headers

Api-key
string | null

Body

application/json
logo_base64
string | null
header_text
string | null

Response

Successful Response