postman-to-openapi
postman-to-openapi copied to clipboard
Failed with `Error: Error parsing response example "Job in Progress"`
I tried to convert public Postman collection
I checked your link and found multiple missing requirements as JSON format like :
- missing comma
- comma didnt place in the right place
- missing double quote for date string
- invalid double quote character
At some example like :
- Behavioral Cohorts API / Update Membership / Update Success
- Behavioral Cohorts API / Get Cohort Status / Job in Progress
- Chart Annotations API / Create Chart Annotation / Create Chart Annotation
- Chart Annotations API / Get Chart Annotation / Get Chart Annotation
- Dashboard REST API / Event Segmentation Chart / Event Segmentation Chart / Get custom event between June 29th and June 30th
If you still want using p2o for that collection, here I attach same collection with fixed response example. Amplitude Analytics APIs.postman_collection.json
thank you for the response