PATCH
/
knowledge
/
{knowledge_id}
curl --request PATCH \
  --url https://api.datagrid.com/v1/knowledge/{knowledge_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json'
{
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

knowledge_id
string
required

The id of the knowledge to update.

Body

application/json

The new name for the knowledge.

name
string
required

Response

200 - application/json
OK
name
string