Skip to content

Commit

Permalink
fix: Incorrect spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jan 18, 2025
1 parent c705ae2 commit 0c1ce9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40771,7 +40771,7 @@ paths:
application/json:
schema:
type: object
nullable: falsae
nullable: false
responses:
"200":
content:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index b1bd7a087..6771756a0 100644
+ application/json:
+ schema:
+ type: object
+ nullable: falsae
+ nullable: false
responses:
"200":
content:
Expand Down

0 comments on commit 0c1ce9c

Please sign in to comment.