Update generating_oas_for_http_apis.mdx (#221825)

This commit is contained in:
Lisa Cawley 2025-06-03 03:44:50 -07:00 committed by GitHub
parent c76d06fb6a
commit 597b82b9e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,8 +120,8 @@ function registerFooRoute(router: IRouter, docLinks: DoclinksStart) {
options: {
tags: ['oas-tag:my tag'], // Each operation must have a tag that's used to group similar endpoints in the docs
availability: {
since: '1.0.0',
stability: 'experimental',
since: '1.0.0', // The version that the API was added.
stability: 'experimental', // The current lifecycle: experimental, beta, or stable
},
},
})