Skip to main content

Update a HIP profile

PUT 

/hip-profiles/:id

Update an existing HIP profile.

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: <= 31 characters, Value must match regular expression ^[ a-zA-Z\d.-_]+$

    The name of the HIP profile

    description string

    Possible values: <= 255 characters

    match stringrequired

    Possible values: <= 2048 characters

Responses

OK

Loading...