Skip to content

Commit

Permalink
update api definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmini committed Jul 5, 2023
1 parent 9f6a094 commit ba5a8a6
Show file tree
Hide file tree
Showing 84 changed files with 3,901 additions and 1,438 deletions.
3 changes: 3 additions & 0 deletions generators/assets/cli/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ cli:
permissions:
summary: Show, create and update SAM user's permissions.
description: Show, create and update SAM user's permissions.
trust-policy:
summary: Get, update or delete SAM user's trust policy.
description: Get, update or delete SAM user's trust policy.
version:
summary: Show version info.
description: Show version info.
Expand Down
3 changes: 3 additions & 0 deletions generators/assets/cli/ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ cli:
permissions:
summary: SAM ユーザーのパーミッションに関する操作を行います。
description: SAM ユーザーのパーミッションに関する操作を行います。
trust-policy:
summary: SAM ユーザーの信頼ポリシーに関する操作を行います。
description: SAM ユーザーの信頼ポリシーに関する操作を行います。
version:
summary: バージョン情報を表示します。
description: バージョン情報を表示します。
Expand Down
7 changes: 4 additions & 3 deletions generators/assets/sandbox/soracom-sandbox-api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: SORACOM SANDBOX API v1
title: SORACOM SANDBOX API
version: 20221128-042447
version: 20230507-231147
servers:
- url: 'https://api-sandbox.soracom.io/v1'
paths:
Expand Down Expand Up @@ -322,8 +322,9 @@ components:
enum:
- X3-5MB
- D-300MB
- DU-10MB
- DU-50MB
- DU-10GB
- DU-50GB
- DU-100GB
- K2-300MB
type: string
subscription:
Expand Down
11 changes: 6 additions & 5 deletions generators/assets/sandbox/soracom-sandbox-api.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0
info:
description: SORACOM SANDBOX API v1
title: SORACOM SANDBOX API
version: 20230112-201251
version: 20230703-214017
servers:
- url: https://api-sandbox.soracom.io/v1
paths:
Expand Down Expand Up @@ -307,8 +307,9 @@ components:
enum:
- X3-5MB
- D-300MB
- DU-10MB
- DU-50MB
- DU-10GB
- DU-50GB
- DU-100GB
- K2-300MB
type: string
type: array
Expand Down Expand Up @@ -433,7 +434,7 @@ components:
$ref: '#/components/schemas/sandboxDataTrafficStats'
type: object
unixtime:
description: UNIX 時刻(ミリ秒単位)
description: UNIX 時間(ミリ秒単位)
format: int64
type: integer
type: object
Expand Down Expand Up @@ -465,7 +466,7 @@ components:
$ref: '#/components/schemas/sandboxBeamCounts'
type: object
unixtime:
description: UNIX 時刻(ミリ秒単位)
description: UNIX 時間(ミリ秒単位)
format: int64
type: integer
type: object
Expand Down
Loading

0 comments on commit ba5a8a6

Please sign in to comment.