Skip to main content

Update Local Prefix Filter (v2.0)

PUT 

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

Update a new local prefix filter.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    id stringrequired

    The ID of the new local prefix filter.

Body

Details to update the local prefix filter.

    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...