Passer au contenu principal
PATCH
https://{tenantDomain}/api/v2
/
prompts
/
rendering
Mettre à jour les paramètres de rendu pour plusieurs écrans
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/prompts/rendering \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "configs": [
    {
      "context_configuration": [],
      "default_head_tags_disabled": false,
      "filters": {
        "clients": [
          {
            "id": "<string>"
          }
        ],
        "domains": [
          {
            "id": "<string>"
          }
        ],
        "organizations": [
          {
            "id": "<string>"
          }
        ]
      },
      "head_tags": [
        {
          "attributes": {},
          "content": "<string>",
          "tag": "<string>"
        }
      ],
      "use_page_template": false
    }
  ]
}
'
{
  "configs": [
    {
      "context_configuration": [],
      "default_head_tags_disabled": false,
      "filters": {
        "clients": [
          {
            "id": "<string>"
          }
        ],
        "domains": [
          {
            "id": "<string>"
          }
        ],
        "organizations": [
          {
            "id": "<string>"
          }
        ]
      },
      "head_tags": [
        {
          "attributes": {},
          "content": "<string>",
          "tag": "<string>"
        }
      ],
      "use_page_template": false
    }
  ]
}

Autorisations

Authorization
string
header
requis

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

Corps

Mettre à jour en lot les paramètres de rendu de plusieurs écrans

configs
object[]
requis

Tableau des configurations d’écran à mettre à jour

Minimum array length: 1

Réponse

Les paramètres ACUL ont été mis à jour avec succès.

configs
object[]
requis

Tableau des configurations d’écran à mettre à jour

Minimum array length: 1