File tree Expand file tree Collapse file tree 1 file changed +27
-13
lines changed Expand file tree Collapse file tree 1 file changed +27
-13
lines changed Original file line number Diff line number Diff line change 907
907
"style": "form"
908
908
},
909
909
"OrgId": {
910
- "description": "Unique identifier for an organization",
910
+ "description": "The ID of the organization.",
911
+ "example": "0d3728ec-eebf-484d-9907-ba238019f10b",
911
912
"in": "path",
912
913
"name": "org_id",
913
914
"required": true,
20042
20043
"$ref": "#/components/parameters/Version"
20043
20044
},
20044
20045
{
20045
- "description": "The ID of the organization.",
20046
- "example": "0d3728ec-eebf-484d-9907-ba238019f10b",
20047
- "in": "path",
20048
- "name": "org_id",
20049
- "required": true,
20050
- "schema": {
20051
- "format": "uuid",
20052
- "type": "string"
20053
- }
20046
+ "$ref": "#/components/parameters/OrgId"
20054
20047
},
20055
20048
{
20056
20049
"$ref": "#/components/parameters/Cursor"
26074
26067
"$ref": "#/components/parameters/Version"
26075
26068
},
26076
26069
{
26077
- "$ref": "#/components/parameters/OrgId"
26070
+ "description": "Unique identifier for an organization",
26071
+ "in": "path",
26072
+ "name": "org_id",
26073
+ "required": true,
26074
+ "schema": {
26075
+ "format": "uuid",
26076
+ "type": "string"
26077
+ }
26078
26078
}
26079
26079
],
26080
26080
"requestBody": {
26170
26170
"$ref": "#/components/parameters/PackageUrl"
26171
26171
},
26172
26172
{
26173
- "$ref": "#/components/parameters/OrgId"
26173
+ "description": "Unique identifier for an organization",
26174
+ "in": "path",
26175
+ "name": "org_id",
26176
+ "required": true,
26177
+ "schema": {
26178
+ "format": "uuid",
26179
+ "type": "string"
26180
+ }
26174
26181
},
26175
26182
{
26176
26183
"description": "Specify the number of results to skip before returning results. Must be greater than or equal to 0. Default is 0.",
35474
35481
"$ref": "#/components/parameters/Version"
35475
35482
},
35476
35483
{
35477
- "$ref": "#/components/parameters/OrgId"
35484
+ "description": "Unique identifier for an organization",
35485
+ "in": "path",
35486
+ "name": "org_id",
35487
+ "required": true,
35488
+ "schema": {
35489
+ "format": "uuid",
35490
+ "type": "string"
35491
+ }
35478
35492
},
35479
35493
{
35480
35494
"description": "Unique identifier for a project",
You can’t perform that action at this time.
0 commit comments