diff --git a/api-spec/openapiSpecv3-2_0.json b/api-spec/openapiSpecv3-2_0.json index 8065b2c07..088417464 100644 --- a/api-spec/openapiSpecv3-2_0.json +++ b/api-spec/openapiSpecv3-2_0.json @@ -16945,6 +16945,11 @@ }, "description": "Values of the variable", "nullable": true + }, + "org": { + "$ref": "#/components/schemas/VariableOrgInfo", + "description": "Owner org of the variable.", + "nullable": true } }, "description": "Variable object" @@ -16999,6 +17004,24 @@ } } }, + "VariableOrgInfo": { + "type": "object", + "required": [ + "id", + "name" + ], + "properties": { + "id": { + "type": "integer", + "format": "int32", + "description": "ID of the Org." + }, + "name": { + "type": "string", + "description": "Name of the Org." + } + } + }, "SortOption": { "type": "object", "properties": { @@ -29083,4 +29106,5 @@ } } ] -} \ No newline at end of file +} +