Skip to content

Commit

Permalink
required is not necessary on response
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobastos committed Jan 19, 2024
1 parent 6ea0e33 commit 3dbe6d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -8151,7 +8151,7 @@ Get a list of files.
+ (object)
+ id: `a856642a-a476-4b69-8e42-e7d1badb2ce9` (string)
+ subject (object, nullable)
+ `type`: `company` (enum[string], required)
+ `type`: `company` (enum[string])
+ Members
+ company
+ contact
Expand Down Expand Up @@ -8183,7 +8183,7 @@ Get details for a single file.
+ data (object)
+ id: `a856642a-a476-4b69-8e42-e7d1badb2ce9` (string)
+ subject (object, nullable)
+ `type`: `company` (enum[string], required)
+ `type`: `company` (enum[string])
+ Members
+ company
+ contact
Expand Down
4 changes: 2 additions & 2 deletions src/10-files/files.apib
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Get a list of files.
+ (object)
+ id: `a856642a-a476-4b69-8e42-e7d1badb2ce9` (string)
+ subject (object, nullable)
+ `type`: `company` (enum[string], required)
+ `type`: `company` (enum[string])
+ Members
+ company
+ contact
Expand Down Expand Up @@ -79,7 +79,7 @@ Get details for a single file.
+ data (object)
+ id: `a856642a-a476-4b69-8e42-e7d1badb2ce9` (string)
+ subject (object, nullable)
+ `type`: `company` (enum[string], required)
+ `type`: `company` (enum[string])
+ Members
+ company
+ contact
Expand Down

0 comments on commit 3dbe6d7

Please sign in to comment.