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_idstringRequired

The collection ID corresponding to the graph to update

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

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