Discussions

Ask a Question
Back to All

Possible OpenAPI spec amendments?

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 is 204 No Content, but the API returns a list of (updated) Tag objects.

Components: