Create API Request
unfour.api.create_requestCreate a saved API request record in your workspace without sending network traffic. Returns the new request ID and a redacted summary for later reference.
Instructions
Creates a saved API request record in the workspace through the Unfour command bus. This mutates local Unfour metadata only; it does not send traffic. Dev/test allow it by default, while prod blocks by workspace policy. Returns the new request id and a redacted summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| auth | No | ||
| body | No | ||
| name | Yes | ||
| query | No | ||
| method | Yes | ||
| headers | No | ||
| authJson | No | ||
| bodyKind | No | ||
| parentId | No | ||
| workspaceId | No | ||
| collectionId | No | ||
| parentFolderId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||