[DOCS] Removes Serverless API x-beta overlay (#215587)

This commit is contained in:
Lisa Cawley 2025-03-21 17:30:25 -07:00 committed by GitHub
parent 1dd1ec5870
commit bce77d761a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 352 deletions

View file

@ -34,7 +34,7 @@ rules:
operation-4xx-response: off
operation-2xx-response: off
# Schema
spec: off
struct: off
spec-strict-refs: off
# Tags
operation-tag-defined: off

File diff suppressed because it is too large Load diff

View file

@ -15,11 +15,6 @@ actions:
variables:
kibana_url:
default: <KIBANA_URL>
# Mark all operations as beta
- target: "$.paths[*]['get','put','post','delete','options','head','patch','trace']"
description: Add x-beta
update:
x-beta: true
# Add some tag descriptions and displayNames
- target: '$.tags[?(@.name=="alerting")]'
description: Change tag description and displayName