Create CRUD Requests
create_crud_requestsGenerate a complete set of CRUD operations for any entity—list, get by id, create, update, delete—with auth inherited from the collection or folder.
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. |