Skip to main content

Create New Local Prefix Filter (v2.0)

POST 

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

Create a new local prefix filter.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of the prefix filter to be created

    description

    Description of the local prefix filter.

    id string

    ID of the local prefix filter.

    name stringrequired

    Name of the local prefix filter.

Responses

Successful Operation

Schema
    description

    Description of the local prefix filter.

    id string

    Id of the local prefix filter.

    name stringrequired

    Name of the local prefix filter.

Loading...