Hi, hopefully this is the right repo to open this on - apologies if not.
When trying to use the REST endpoints through OpenAPI as per the docs, I am getting the following error
OpenAPI schema validation failed.
REQUIRED must have required property 'responses'
537 | },
538 | "/api/v2/listings/{id}": {
> 539 | "put": {
| ^ ☹️ responses is missing here!
540 | "summary": "Rates",
541 | "description": "",
542 | "operationId": "create-rates",
It appears your /api/v2/listings/{id} definition here is missing the responses property.
Is this something you'll fix?
Hi, hopefully this is the right repo to open this on - apologies if not.
When trying to use the REST endpoints through OpenAPI as per the docs, I am getting the following error
It appears your
/api/v2/listings/{id}definition here is missing theresponsesproperty.Is this something you'll fix?