Whoop OpenAPI specification missing the version property #284
healthkowshik
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per Whoop documentation the OpenAPI specification can be viewed at this link.
Loading
I want to load the
.jsonfile for easy exploration, but had the issues below.Postman
Uploading on Postman, results in the error
Incorrect format: We don’t recognize/support this format.without any details.Swagger Editor
Uploading the specification on https://editor.swagger.io/, I was able to view the error,
versionis missing.Solution
For now, one needs to add the
versionproperty manually into the.jsonfile in theinfosection.Before the change
{ // Content before this section. "info" : { "title" : "WHOOP API" }, // Content before this section.After the change
Next actions
.jsonfile withversionproperty.Beta Was this translation helpful? Give feedback.
All reactions