Skip to main content

Update an address

PUT 

/addresses/:id

Update an existing address.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    anyOf
    oneOf
    ip_netmask stringrequired

    IP address with or without CIDR notation

    name stringrequired

    Possible values: <= 63 characters

    The name of the address object

    description string

    Possible values: <= 1023 characters

    The description of the address object

    tag string[]

    Possible values: <= 64

    Tags assocaited with the address object

Responses

OK

Loading...