Skip to main content

Edit a custom URL Category

PUT 

/sse/config/v1/url-categories/:id

Modify a custom URL Category.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The custom URL Category you want to edit

    description string
    list string[]
    name stringrequired
    type string

    Possible values: [URL List, Category Match]

    Default value: URL List

Responses

Ok

Loading...