Skip to content

Commit

Permalink
Generated new openapi.json on push to
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent f028060 commit 4f9f8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api-docs/generated/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@
"funds_awaited": {
"anyOf": [
{
"type": "integer"
"type": "number"
},
{
"type": "null"
Expand All @@ -1520,7 +1520,7 @@
"funds_received": {
"anyOf": [
{
"type": "integer"
"type": "number"
},
{
"type": "null"
Expand Down Expand Up @@ -2074,7 +2074,7 @@
"total_funds_awaited": {
"anyOf": [
{
"type": "integer"
"type": "number"
},
{
"type": "null"
Expand All @@ -2085,7 +2085,7 @@
"total_funds_received": {
"anyOf": [
{
"type": "integer"
"type": "number"
},
{
"type": "null"
Expand Down

0 comments on commit 4f9f8bf

Please sign in to comment.