create_request_in_collection
Create a new API request inside a specific Insomnia collection or folder. Define method, URL, headers, body, and authentication.
Instructions
Create a new request within a specific collection/folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Endpoint URL | |
| body | No | Request body | |
| name | Yes | Request name | |
| method | Yes | ||
| headers | No | Request headers | |
| folderId | No | ID folder (optional) | |
| parameters | No | Query parameters | |
| description | No | Request description | |
| collectionId | Yes | ID collection | |
| authentication | No | Authentication config |