Skip to content

Commit

Permalink
chore: update openapi.json
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed May 6, 2024
1 parent 4303685 commit a1baf47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@
"type": "object",
"required": [
"id",
"type",
"status",
"userId",
"appId",
Expand All @@ -505,6 +506,9 @@
"format": "int64",
"nullable": true
},
"type": {
"type": "string"
},
"status": {
"type": "integer",
"format": "int64",
Expand Down

0 comments on commit a1baf47

Please sign in to comment.