メインコンテンツへスキップ
PATCH
https://{tenantDomain}/api/v2
/
prompts
/
rendering
複数の画面のレンダリング設定を更新する
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
    }
  ]
}

承認

Authorization
string
header
必須

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

ボディ

複数の画面のレンダリング設定を一括更新

configs
object[]
必須

更新する画面設定の配列

Minimum array length: 1

レスポンス

ACUL 設定が正常に更新されました。

configs
object[]
必須

更新する画面設定の配列

Minimum array length: 1