Skip to main content

Update Priority Policy Local Prefix (v2.0)

PUT 

/v2.0/api/tenants/:tenant_id/prioritypolicylocalprefixes/:priority_policy_id

Update a priority policy local prefix.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    priority_policy_id stringrequired

    The ID of the local priority policy.

Body

Details to update the Priority Policy local prefix.

    description

    The description of the priority policy local prefix. Max Size = 256.

    id string

    The ID of the priority policy local prefix.

    name stringrequired

    The name of the priority policy local prefix. Max Size = 128.

    tags string[]

    A information field that can be added to identify the priority policy local prefix. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    description

    The description of the priority policy local prefix. Max Size = 256.

    id string

    The ID of the priority policy local prefix.

    name stringrequired

    The name of the priority policy local prefix. Max Size = 128.

    tags string[]

    A information field that can be added to identify the priority policy local prefix. Maximum 10 unique tags of length 1024 each are allowed.

Loading...