Wiki
Update a wiki page
Partially update a wiki page by slug. Absent fields keep their stored value. When version is > 0 it acts as an optimistic-lock guard: a mismatch with the stored version returns 409 together with the current version so the client can reload and re-apply.
put/knowledgebase/{kb_id}/wiki/pages/{slug}
Path parameters
kb_idstring required
Knowledge base ID
slugstring required
Page slug
Request body
Response
OK
Changes
Changed in 3 of the 65 revisions of this API.13
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲