Saltar al contenido principal
PATCH
https://{tenantDomain}/api/v2
/
prompts
/
rendering
Actualizar la configuración de renderizado de varias pantallas
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
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

Actualizar masivamente la configuración de renderizado de varias pantallas

configs
object[]
requerido

Matriz de configuraciones de pantalla para actualizar

Minimum array length: 1

Respuesta

La configuración de ACUL se actualizó correctamente.

configs
object[]
requerido

Matriz de configuraciones de pantalla para actualizar

Minimum array length: 1