mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Update generating_oas_for_http_apis.mdx (#221825)
This commit is contained in:
parent
c76d06fb6a
commit
597b82b9e8
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ function registerFooRoute(router: IRouter, docLinks: DoclinksStart) {
|
||||||
options: {
|
options: {
|
||||||
tags: ['oas-tag:my tag'], // Each operation must have a tag that's used to group similar endpoints in the docs
|
tags: ['oas-tag:my tag'], // Each operation must have a tag that's used to group similar endpoints in the docs
|
||||||
availability: {
|
availability: {
|
||||||
since: '1.0.0',
|
since: '1.0.0', // The version that the API was added.
|
||||||
stability: 'experimental',
|
stability: 'experimental', // The current lifecycle: experimental, beta, or stable
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue