Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Invite Accept

招待を承諾し自動ログインする(公開)。トークンは一回限り。

POST/invite/{token}/accept
Path parameters
tokenstringrequired
Request body
requiredapplication/json
namestring
default: ""
passwordstringrequired
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 "/invite/string/accept" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "",
  "password": "string"
}'
Response
"string"