Skip to main content
PUT
/
docs
/
{uuid}
cURL
curl --request PUT \
  --url https://lex.page/api/v1/docs/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "html": "<string>"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

Body

application/json
  • Option 1
  • Option 2
title
string
required
html
string

Response