We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d839c38 commit 39b0245Copy full SHA for 39b0245
1 file changed
services/resource-manager/v0/resource-manager.json
@@ -80,6 +80,21 @@
80
}
81
},
82
"schemas": {
83
+ "ContainerSearchResponse": {
84
+ "properties": {
85
+ "items": {
86
87
+ "$ref": "#/components/schemas/ContainerSearchResult"
88
+ },
89
+ "type": "array"
90
+ }
91
92
+ "required": [
93
+ "items"
94
+ ],
95
+ "title": "ContainerSearchResponse",
96
+ "type": "object"
97
98
"CreateFolderPayload": {
99
"properties": {
100
"containerParentId": {
0 commit comments