Skip to main content

Update Global Prefix Filter (v2.0)

Update a new global prefix filter.

Path Parameters
    tenant_id string required

    The tenant ID.

    filter_id string required

    The ID of the new global prefix filter.

Request Body

Details to update the global prefix filter.

    description

    Description for the global prefix filter.

    filters Filter[] required

    List the filters.

  • Array [
  • elements string[] required

    Filter by element.

    path string[] required

    Filter by path.

    site object required

    Filter by site.

    type string

    Filter by type.

  • ]
  • id string

    ID of the global prefix filter.

    name string required

    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[] required

    Filter by element.

    path string[] required

    Filter by path.

    site object required

    Filter by site.

    type string

    Filter by type.

  • ]
  • id string

    ID of the global prefix filter.

    name string required

    Name of the global prefix filters.

Loading...