Skip to content

Commit

Permalink
πŸ“ Remove misleading note about using @operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed Jan 17, 2024
1 parent 3cbdaae commit 4122efc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ async def list_cats(...):
pass
```

Other methods can be used with decorator `@Operation(method, path)`

# Parameters

Each parameter can either represent a single part of a HTTP request: header, cookie, query parameter, path parameter or body; or can be an instance of `httpx.Auth`.
Expand Down

0 comments on commit 4122efc

Please sign in to comment.