Add IP allowlist entry
POST /dashboard/ip-allowlist
POST
/dashboard/ip-allowlist
IP 許可リストにエントリを追加する。owner ロールが必要。
sudoGuard 必須: X-Sudo-Token ヘッダーが必要。未提供または期限切れの場合は 403 SUDO_REQUIRED を返す。
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” X-Sudo-Token
required
string
Sudo セッショントークン (POST /dashboard/sudo/verify で取得)
Request Body required
Section titled “Request Body required ”object
cidr
required
CIDR 表記の IP アドレス範囲
string
Example
192.168.1.0/24 description
エントリの説明 (任意)
string
Responses
Section titled “ Responses ”エントリ追加成功
object
entry
object
id
ULID
string
Example
01KMCCB2EM17AYNHY9AH1E7706 teamId
string
cidr
CIDR 表記の IP アドレス範囲
string
Example
192.168.1.0/24 description
エントリの説明 (任意)
string
createdAt
string format: date-time
createdBy
作成したユーザーの ID
string
バリデーションエラー (無効な CIDR 形式など)
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/billingSudo トークン未提供または期限切れ (SUDO_REQUIRED) / 権限エラー
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