Skip to content

Commit 0a6cfd4

Browse files
authored
chore: change create organization api to create default environment (#1297)
Signed-off-by: Alessandro Yuichi Okimoto <yuichijpn@gmail.com>
1 parent 4bfc1b7 commit 0a6cfd4

File tree

12 files changed

+1819
-1172
lines changed

12 files changed

+1819
-1172
lines changed

api-description/web-api.swagger.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,11 +3527,25 @@ definitions:
35273527
type: boolean
35283528
ownerEmail:
35293529
type: string
3530+
title: Deprecated
35303531
environmentCreateOrganizationRequest:
35313532
type: object
35323533
properties:
35333534
command:
35343535
$ref: '#/definitions/environmentCreateOrganizationCommand'
3536+
name:
3537+
type: string
3538+
urlCode:
3539+
type: string
3540+
description:
3541+
type: string
3542+
title: optional
3543+
isTrial:
3544+
type: boolean
3545+
isSystemAdmin:
3546+
type: boolean
3547+
ownerEmail:
3548+
type: string
35353549
environmentCreateOrganizationResponse:
35363550
type: object
35373551
properties:

manifests/bucketeer/charts/web/values.yaml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)