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_idstringRequired
The collection ID corresponding to the graph to update

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
namestringOptional
The name of the graph
descriptionstringOptional
An optional description of the graph

Response

Successful Response
resultsobject

Errors