PUT
/
v1
/
graphs
/
{graph_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

graph_id
string
required

The unique identifier of the graph.

Body

application/json
name
string
required

The name of the graph. This can be at most 255 characters.

description
string

A description of the graph. This can be at most 255 characters.

Response

200 - application/json
id
string
required

A unique identifier of the graph.

created_at
string
required

The timestamp when the graph was created.

name
string
required

The name of the graph. This can be at most 255 characters.

description
string

A description of the graph. This can be at most 255 characters.