davidespihernandez/push-openapi-to-postman
Reads a JSON OpenAPI definition from your repo and pushes it to an existing Postman API, creating a new version on it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| postman-api-key | Postman API Key | yes | "" |
| path-to-definition | Path to the OpenAPI definition file in the repository | yes | ./openAPI.json |
| api-id | Postman API ID | yes | String |
| schema-id | Postman schema id on the previous API | yes | String |
| api-path-to-file-name | The path and file name on the API where the definition should be updated | yes | index.json |
| version-name | The new version name | yes | 1.0.0 |
| release-notes | The new version release notes | no | "" |
Outputs
| name | description |
|---|---|
| createdVersionId | The newly created version ID |