Skip to main content
PATCH
/
prompts
/
rendering
Update render settings for multiple screens
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/prompts/rendering \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "configs": [
    {
      "prompt": "login",
      "screen": "login",
      "rendering_mode": "advanced",
      "context_configuration": [
        "branding.settings"
      ],
      "default_head_tags_disabled": false,
      "use_page_template": false,
      "head_tags": [
        {
          "tag": "<string>",
          "attributes": {},
          "content": "<string>"
        }
      ],
      "filters": {
        "match_type": "includes_any",
        "clients": [
          {
            "id": "<string>"
          }
        ],
        "organizations": [
          {
            "id": "<string>"
          }
        ],
        "domains": [
          {
            "id": "<string>"
          }
        ]
      }
    }
  ]
}
'
{
  "configs": [
    {
      "prompt": "login",
      "screen": "login",
      "rendering_mode": "advanced",
      "context_configuration": [
        "branding.settings"
      ],
      "default_head_tags_disabled": false,
      "use_page_template": false,
      "head_tags": [
        {
          "tag": "<string>",
          "attributes": {},
          "content": "<string>"
        }
      ],
      "filters": {
        "match_type": "includes_any",
        "clients": [
          {
            "id": "<string>"
          }
        ],
        "organizations": [
          {
            "id": "<string>"
          }
        ],
        "domains": [
          {
            "id": "<string>"
          }
        ]
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Bulk update render settings for multiple screens

configs
object[]
required

Array of screen configurations to update

Minimum array length: 1

Response

ACUL settings successfully updated.

configs
object[]
required

Array of screen configurations to update

Minimum array length: 1