Skip to content

Commit c933a56

Browse files
[create-pull-request] automated change (#325)
Co-authored-by: alecholmes <[email protected]>
1 parent 97a3f47 commit c933a56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

spec/open-api.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ components:
247247
name:
248248
type: string
249249
example: my-project
250+
v3Enabled:
251+
type: boolean
252+
description: The project is enabled to use V3 APIs.
250253
membersCount:
251254
type: integer
252255
minimum: 1
@@ -2632,6 +2635,9 @@ components:
26322635
name:
26332636
type: string
26342637
example: new-project
2638+
v3Enabled:
2639+
type: boolean
2640+
description: The project is enabled to use V3 APIs.
26352641
required:
26362642
- name
26372643
UpdateProject:
@@ -2643,6 +2649,11 @@ components:
26432649
example: new-project
26442650
nullable: true
26452651
default: null
2652+
v3Enabled:
2653+
type: boolean
2654+
nullable: true
2655+
default: null
2656+
description: The project is enabled to use V3 APIs.
26462657
CreateToken:
26472658
description: Create token request body.
26482659
type: object

0 commit comments

Comments
 (0)