Skip to content

Commit 9d1e931

Browse files
committed
#1258 update openapi.json
1 parent 0efc8aa commit 9d1e931

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

api-docs/openapi.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,14 @@
21422142
"content": {
21432143
"application/json": {
21442144
"schema": {
2145-
"$ref": "../schemas/org/update-org-response.json"
2145+
"oneOf": [
2146+
{
2147+
"$ref": "../schemas/org/update-org-response.json"
2148+
},
2149+
{
2150+
"$ref": "../schemas/org/update-org-response.json"
2151+
}
2152+
]
21462153
}
21472154
}
21482155
}

0 commit comments

Comments
 (0)