Skip to main content

Update a custom URL category

PUT 

/url-categories/:id

Update an existing custom URL category.

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
    description string
    list string[]
    type

    Possible values: [URL List, Category Match]

    Default value: URL List

Responses

OK

Loading...