custom-indicator-feeds_permissions_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_tag string The Cloudflare account tag of the account to change permissions on
feed_id integer The ID of the feed to add/remove permissions on
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-custom-indicator-feeds-permissions-request-schema.json Raw ↑
{
  "$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"
    }
  }
}