Skip to main content
PUT
/
knowledgebase
/
update
/
{entry_id}
{
  "id": "<string>",
  "title": "<string>",
  "title_slug": "<string>",
  "description": "<string>",
  "deleting": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

entry_id
string
required

Query Parameters

Body

application/json
title
string
description
string

Response

Successful Response

id
string
required
title
string
required
title_slug
string
required
description
string
required
deleting
boolean
required