v1
latestOpenAPI 3.1.02026-07-261690320.7 KBUpdate 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
Example response
{
"success": 1
}