Skip to main content

Create New Global Prefix Filter (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/globalprefixfilters

Create a new global prefix filter.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of the prefix filter to be created

    description

    Description for the global prefix filter.

    filters Filter[]required

    List the filters.

  • Array [
  • elements string[]

    Elements of the filter.

    path string[]

    Path of the filter.

    site object

    Site of the filter.

    type string

    Type of the filter.

  • ]
  • id string

    ID of the global prefix filter.

    name stringrequired

    Name of the global prefix filters.

Responses

Successful Operation

Schema
    description

    Description for the global prefix filter.

    filters Filter[]required

    List the filters.

  • Array [
  • elements string[]

    Elements of the filter.

    path string[]

    Path of the filter.

    site object

    Site of the filter.

    type string

    Type of the filter.

  • ]
  • id string

    ID of the global prefix filter.

    name stringrequired

    Name of the global prefix filters.

Loading...