Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.coralogix.com/mgmt/openapi/4/dataengine/retention-tags/v1 \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "retentionUpdateElements": [ { "id": "<string>", "name": "<string>" } ] } '
{ "retentions": [ { "editable": true, "id": "<string>", "name": "<string>", "order": 123 } ] }
No description available
API key authentication
This data structure is used to update retentions
Show child attributes
This data structure is obtained after updating retentions
Was this page helpful?