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

Pin Page

ページのピン留め/解除(Section 4)。editor 以上。

POST/pages/{page_id}/pin
Path parameters
page_idstringrequired
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
pinnedboolean
default: true
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 POST "/pages/string/pin" \
  -H "Content-Type: application/json" \
  -d '{
  "pinned": true
}'
Response
"string"