We do not support adding application/yaml
as a request content-type.
There are two main reasons for this decision:
- The content-type causes failures with python client generation
- Redoc does not properly render yaml examples as yaml content but rather as json.
See #738 for more details, discussion, and suggested fixes.
We will not be supporting releases for the official DO Specification.
Created a PR that supported adding releases to the specification here. After much consideration, we've decided to not move forward with supporting releases. We originally thought to support it to easily associate the versioned specification to the generated python client, Pydo
, but decided it was a bit of an overkill.