Skip to main content

Update an HTTP header profile

PUT 

/http-header-profiles/:id

Update an existing HTTP header 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

    The name of the HTTP header profile

    description string

    The description of the HTTP header profile

    http_header_insertion object[]

    A list of HTTP header profile rules

  • Array [
  • name stringrequired

    The name of the HTTP header insertion rule

    type object[]required

    A list of HTTP header insertion definitions (This should be an object rather than an array)

  • Array [
  • name stringrequired

    The HTTP header insertion type (This is a predefined list in the UI)

    domains string[]required

    A list of DNS domains

    headers object[]required
  • Array [
  • header stringrequired

    The HTTP header string

    value stringrequired

    The value associated with the HTTP header

    log boolean

    Log the use of this HTTP header insertion?

  • ]
  • ]
  • ]

Responses

OK

Loading...