Update a guide

Updates a guide

Path parameters

environmentIdstringRequired

ID of the environment

guideIdstringRequired

ID of guide

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
descriptionstringOptional
titlestringOptional
metadatamap from strings to anyOptional
slugstringOptional
versionslist of objectsOptional
blockslist of optional maps from strings to anyOptional
environmentIdstringOptional

Response

This endpoint returns an object.
dataobject

A guide

Errors