upsert_request
Create or update an API request in a named collection, which is created if missing. Optionally organize requests under a folder path created as needed.
Instructions
Create or update a request inside a collection (matched by name). The collection is created if it doesn't exist. Optionally nest it under a folder path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | ||
| collection | Yes | Collection name or id. Created if missing. | |
| folderPath | No | Folder path, e.g. ["Auth","JWT"]. Created as needed. |