Deprecation¶
Info
Deprecation can take 2 forms: partial deprecation and version deprecation.
Partial deprecation is where an element such as a query param, a response property, or even a complete endpoint is marked as deprecated. This warns consumers that this element may not be supported in future major releases of the API.
Version deprecation is when the API team has replaced the API with a newer version, or the VA has decided to stop supporting the API.