Create or Update a policy section

Creates or updates an HTML policy section using title and description (snake_case JSON).

Create — omit id: title is required; description is optional.
Update — send id: include at least one of title or description.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
int32
required
Body Params

Snake_case fields: id (optional), title, description.

Create or update a policy section (HTML policies).

Create — omit id: title is required; description is optional.
Update — send id: include at least one of title or description (omit fields you do not want to change).

int32

Section id. Omit or null to create a new section; set to an existing section id to update it.

string

Section title. Required when creating.

string

Section body (HTML allowed). Optional on create; omit on update to leave unchanged.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json