File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments