Skip to main content

Update a profile group

PUT 

/profile-groups/:id

Update an existing profile group.

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

    The name of the profile group

    dns_security string[]
    file_blocking string[]
    spyware string[]
    url_filtering string[]
    virus_and_wildfire_analysis string[]
    vulnerability string[]
    saas_security string[]

Responses

OK

Loading...