コンテンツにスキップ
Vessios Docs
日本語
Esc
navigateopen⌘Jpreview

Update Page Endpoint

PATCH/pages/{page_id}
Path parameters
page_idstringrequired
Header parameters
if-matchstring | any
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
titlestring | any
Show properties
Any of:
string
string
any
any
contentstring | any
Show properties
Any of:
string
string
any
any
tagsstring[] | any
Show properties
Any of:
string[]
Array of string
string
any
any
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X PATCH "/pages/string" \
  -H "Content-Type: application/json" \
  -d '{
  "title": "string",
  "content": "string",
  "tags": [
    "string"
  ]
}'
Response
"string"