{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/custom-indicator-feeds_permissions_request",
"title": "custom-indicator-feeds_permissions_request",
"properties": {
"account_tag": {
"description": "The Cloudflare account tag of the account to change permissions on",
"example": "823f45f16fd2f7e21e1e054aga4d2859",
"type": "string"
},
"feed_id": {
"description": "The ID of the feed to add/remove permissions on",
"example": 1,
"type": "integer"
}
}
}