Skip to content

Commit

Permalink
Fix 'Hash' missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalzoid committed Aug 27, 2024
1 parent 3f96a11 commit 27acfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ Documents the request body needed by the endpoint. The structure is optional if
**Example**:
`# @request_body The user to be created [!Hash{user: {name: String, age: Integer, password: String}}]`
`# @request_body The user to be created [!Hash{user: Hash{name: String, age: Integer, password: String}}]`
`# @request_body The user to be created [!User]`
`# @request_body The user to be created [User]`
`# @request_body The user to be created [!Hash{user: {name: String, age: Integer, password: String, surnames: Array<String>, coords: Hash{lat: String, lng: String}}}]`
`# @request_body The user to be created [!Hash{user: Hash{name: String, age: Integer, password: String, surnames: Array<String>, coords: Hash{lat: String, lng: String}}}]`
</details>
Expand Down

0 comments on commit 27acfeb

Please sign in to comment.