Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions core/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ for the `GET` method for both `collection` and `item` to create a readonly endpo
If the operation's name matches a supported HTTP method (`GET`, `POST`, `PUT`, `PATCH` or `DELETE`), the corresponding `method` property
will be automatically added.

> [!TIP]
> The `#[GetCollection]` attribute is an alias for `#[Get(collection: true)]`

---

> [!NOTE]
Expand Down