forked from FoundKeyGang/FoundKey
docs: use endpoint stability to mark endpoints deprecated
This commit is contained in:
parent
e7644eb757
commit
21b20920c2
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ export function genOpenapiSpec() {
|
|||
},
|
||||
},
|
||||
responses,
|
||||
deprecated: endpoint.meta.stability === 'deprecated',
|
||||
};
|
||||
|
||||
const path = {
|
||||
|
|
Loading…
Reference in a new issue