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

Create Page

ページを手動作成する。 CLAUDE_CODE_INSTRUCTIONS.md Section 9 に準拠。

POST/pages
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
titlestringrequired
contentstringrequired
tagsstring[]
default: []
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" \
  -H "Content-Type: application/json" \
  -d '{
  "title": "string",
  "content": "string",
  "tags": []
}'
Response
"string"