v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Update Auth Headers

Update Authentication Headers for a Domain

post/domains/{domain_id}/headers

Path parameters

domain_idinteger required

The ID of the domain to be deleted

Request body

Example request

{
  "http_headers": [
    {
      "name": "x-auth-test",
      "value": "demovalue"
    }
  ]
}

Response

The authentication header have been updated successfully

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}