curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/data-exploration/views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}
'{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}Replaces an existing view folder
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/5/data-exploration/views/v1/folders \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}
'{
"name": "My Folder",
"id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
Was this page helpful?