Skip to content

Commit

Permalink
#1258 update openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-flores committed Aug 19, 2024
1 parent 0efc8aa commit 9d1e931
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api-docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,14 @@
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/org/update-org-response.json"
"oneOf": [
{
"$ref": "../schemas/org/update-org-response.json"
},
{
"$ref": "../schemas/org/update-org-response.json"
}
]
}
}
}
Expand Down

0 comments on commit 9d1e931

Please sign in to comment.