Skip to content

Commit

Permalink
Fix creator owner to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
Jman012 committed Jun 4, 2023
1 parent 1638ab3 commit fd7fdf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion floatplane-openapi-specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,11 @@
"username": {
"type": "string"
}
}
},
"required": [
"id",
"username"
]
}
]
},
Expand Down

0 comments on commit fd7fdf2

Please sign in to comment.