複数の画面のレンダリング設定を更新する
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
}
]
}一括レンダリングを部分更新
高度なカスタマイズのためのrender 設定の構成について詳しくは、こちらを参照してください。
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
}
]
}承認
bearerAuthoAuth2ClientCredentials
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ボディ
application/jsonapplication/x-www-form-urlencoded
複数の画面のレンダリング設定を一括更新
更新する画面設定の配列
Minimum array length:
1Show child attributes
Show child attributes
レスポンス
ACUL 設定が正常に更新されました。
更新する画面設定の配列
Minimum array length:
1Show child attributes
Show child attributes
⌘I