create_request_in_collection
Add a new request to a specific Insomnia collection or folder by defining endpoint, method, headers, query parameters, body, and auth settings.
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 |