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

Tenant Patch

テナント設定の変更(Sec31 #10・owner のみ)。

settings は既存キー(seed ベースライン・onboarding マーカー等)を保つため 必ずマージで書く(置換禁止の既存規約)。秘匿情報は返さない。

PATCH/tenants/me
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
namestring | any
Show properties
Any of:
string
string
any
any
purposestring | any
Show properties
Any of:
string
string
any
any
industrystring | any
Show properties
Any 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 "/tenants/me" \
  -H "Content-Type: application/json" \
  -d '{
  "name": "string",
  "purpose": "string",
  "industry": "string"
}'
Response
"string"