Skip to content

Commit 918d105

Browse files
committed
SCAL-308045
1 parent 09d0c3d commit 918d105

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

api-spec/openapiSpecv3-2_0.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16945,6 +16945,11 @@
1694516945
},
1694616946
"description": "Values of the variable",
1694716947
"nullable": true
16948+
},
16949+
"org": {
16950+
"$ref": "#/components/schemas/VariableOrgInfo",
16951+
"description": "Owner org of the variable.",
16952+
"nullable": true
1694816953
}
1694916954
},
1695016955
"description": "Variable object"
@@ -16999,6 +17004,22 @@
1699917004
}
1700017005
}
1700117006
},
17007+
"VariableOrgInfo": {
17008+
"type": "object",
17009+
"properties": {
17010+
"id": {
17011+
"type": "integer",
17012+
"format": "int32",
17013+
"description": "ID of the Org.",
17014+
"nullable": true
17015+
},
17016+
"name": {
17017+
"type": "string",
17018+
"description": "Name of the Org.",
17019+
"nullable": true
17020+
}
17021+
}
17022+
},
1700217023
"SortOption": {
1700317024
"type": "object",
1700417025
"properties": {
@@ -29083,4 +29104,4 @@
2908329104
}
2908429105
}
2908529106
]
29086-
}
29107+
}

0 commit comments

Comments
 (0)