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