docs: use endpoint stability to mark endpoints deprecated

This commit is contained in:
Johann150 2023-01-02 13:06:25 +01:00
parent e7644eb757
commit 21b20920c2
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -183,6 +183,7 @@ export function genOpenapiSpec() {
}, },
}, },
responses, responses,
deprecated: endpoint.meta.stability === 'deprecated',
}; };
const path = { const path = {