Authorizations
API key authentication
Body
application/json
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}Replaces an existing view folder
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/data-exploration/saved-views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}'{
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f",
"name": "My Folder"
}API key authentication
Was this page helpful?