Update header status

Update the status of the header associated with the given header ID.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
headerslist of objectsRequired
An array of header ID objects that should be modified. Each header ID includes a page key and header name.
statusenumRequired
The status that the header should be updated to.
Allowed values:
notestringOptional
Additional information about the authorization.

Response

Success
updated_headers_countinteger or null

Errors