Discussions
Possible OpenAPI spec amendments?
almost 2 years ago by Elyas
Hi,
I've come across a few possible inaccuracies in the OpenAPI spec. I use it for unit testing my Python client, and the following discrepancies bubbled up from failed tests:
Paths:
deleteProjectLabel
: The success response is204 No Content
, but the API returns a list of (updated)Tag
objects.
Components:
Photo
has a property namedurls
, but the API returns a property nameduris
.ImageURI
has a property nameduri
, but the API returns a property namedurl
.