Update graph
Update an existing graphs’s configuration.
This endpoint allows updating the name and description of an existing collection. The user must have appropriate permissions to modify the collection.
Path parameters
collection_id
The collection ID corresponding to the graph to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
name
The name of the graph
description
An optional description of the graph
Response
Successful Response
results