新規チーム作成
POST /dashboard/teams
POST
/dashboard/teams
新しいチームを作成する。作成者は自動的に owner として追加される。
プランの maxTeams 上限に達している場合は 400 エラー。
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
name
required
新しいチームの名前
string
Example
New TeamResponses
Section titled “ Responses ”チーム作成成功
object
data
object
id
新しいチーム ID (ULID)
string
Example
01KMCCB2EM17AYNHY9AH1E7706 name
チーム名
string
Example
New Team role
作成者のロール (常に owner)
string
plan
新規チームのプラン (常に free)
string
チーム数上限到達 (MAX_TEAMS_REACHED) またはバリデーションエラー
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400 upgradeUrl
URL to upgrade plan (only present for plan limit errors)
string
Example
https://app.manako.dev/billing認証が必要
object
error
object
code
string
Example
VALIDATION_ERROR message
string
Example
Invalid request body status
integer
Example
400 upgradeUrl
URL to upgrade plan (only present for plan limit errors)
string
Example
https://app.manako.dev/billing