Use this endpoint to modify where ADOC stores policy result outputs and record-level details.
Endpoint
PUT /catalog-server/api/rules/persistence/:assetIdPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetId | string | Yes | ID of the asset to update |
Sample Request
curl -X PUT "https://{{HOST}}/catalog-server/api/rules/persistence/1202692" \ -H "Content-Type: application/json" \ -d '{ "goodPath": "s3://bucket/good/", "badPath": "s3://bucket/bad/" }'Was this page helpful?