Create CRUD Requests
create_crud_requestsGenerate complete CRUD requests for any entity: list, get by ID, create, update, delete. Inherits auth from collection or folder unless you specify auth.
Instructions
Generate a complete set of CRUD operations for an entity: list, get by id, create, update, delete. All five inherit the collection or folder auth block unless you pass auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Defaults to inherit, matching what Bruno itself gives a new request. Passing "none" is an opt-OUT that stops the collection auth block from applying to these five files, not an absence of opinion. | |
| folder | No | ||
| baseUrl | Yes | ||
| entityName | Yes | ||
| collectionPath | Yes | Absolute path to existing collection directory. |