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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
collection_id
The collection ID corresponding to the graph to update
Headers
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