folder_idと、メタデータテンプレートのscopeおよびtemplateKeyを指定して、 APIエンドポイントを呼び出します。
テンプレートの
scopeとtemplateKeyを取得するには、するか、します。Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
folder_idと、メタデータテンプレートのscopeおよびtemplateKeyを指定して、 APIエンドポイントを呼び出します。
curl -i -X POST "https://api.box.com/2.0/metadata_cascade_policies" \
-H "authorization: Bearer <ACCESS_TOKEN>" \
-H "content-type: application/json" \
-d '{
"folder_id": "12321",
"scope": "enterprise_27335",
"templateKey": "productInfo"
}'
scopeとtemplateKeyを取得するには、するか、します。scopeとtemplateKeyのフォルダにメタデータインスタンスがすでに適用されている場合のみです。このページは役に立ちましたか?