PUT
/
api
/
help-center
/
{id}
Update a help center
curl --request PUT \
  --url https://api.vambe.me/api/help-center/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "url_name": "<string>",
  "organization_name": "<string>"
}'
{}

Path Parameters

id
string
required

Body

application/json
url_name
string
required
Minimum length: 1
organization_name
string
required
Minimum length: 1
organization_description
string
color
string
default:Blue
icon
string

Response

Help center updated successfully

The response is of type object.