createSpecFile
Generate API spec files in Postman by providing the spec ID, file path (supports folder creation with '/'), and stringified content. Files are assigned DEFAULT type and limited to 10MB.
Instructions
Creates an API spec file. Use '/' in path to create folders. File assigned DEFAULT type. Max size 10MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | Spec ID | |
| content | Yes | File's stringified contents | |
| path | Yes | File path (JSON or YAML) |