Skip to main content

Update an External Dynamic List

PUT 

/external-dynamic-lists/:id

Update an existing External Dynamic List.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    Possible values: <= 63 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the external dynamic list

    type object required
    oneOf
    predefined_ip object
    exception_list string[]

    Possible values: <= 255 characters

    description string

    Possible values: <= 255 characters

    url stringrequired

Responses

OK

Loading...