Skip to main content
POST
/
help-content
/
category
/
save
Save help content category.
curl --request POST \
  --url https://api.example.com/help-content/category/save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "articleCategoryID": null,
  "isHidden": true,
  "languageID": null,
  "title": null
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
articleCategoryID
integer<int32> | null
isHidden
boolean
languageID
integer<int32>
title
string | null

Response

Success

success
boolean
data
unknown