I have been looking for any documentation around the standard API responses and relevant status codes. I know the spec calls out a 501 - Not Implemented for some APIs but if there's some detailed documentation about this I may have overlooked, it should not be hard to also include within the OpenAPI spec. As a result of not finding this documentation, all of the API responses are a work in progress. We can easily apply them to each endpoint if they're structured similarly since these would be shared models.
From @michael-danko-passport