v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Block Publishers At Account Level

Suppress specific publishers at the account level.

post/backstage/api/1.0/{account_id}/block-publisher

Path parameters

account_idstring required

An alphabetic ID. See Get Account Details.

Request body

RAW_BODYstring

An object with the following properties: <br>- sites - a collection of sites (publisher account_ids) <br>- patch_operation (include this field for the PATCH verb only - otherwise, omit it)

Response

200

sitesstring[]

Example response

{
  "sites": [
    "site_1"
  ]
}