mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ResponseOps][MW] Fix MW oas docs capture. (#221727)
Closes #210326 ## Summary The public Maintenance Window API specification was missing from `oas_docs/output/kibana.yaml`. The `capture_oas_snapshot.sh` script had an outdated path. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: lcawl <lcawley@elastic.co>
This commit is contained in:
parent
597b82b9e8
commit
7cad18fc68
17 changed files with 4611 additions and 1 deletions
|
@ -20,7 +20,7 @@ cmd="node scripts/capture_oas_snapshot \
|
|||
--include-path /api/dashboards \
|
||||
--include-path /api/saved_objects/_import \
|
||||
--include-path /api/saved_objects/_export \
|
||||
--include-path /api/alerting/maintenance_window"
|
||||
--include-path /api/maintenance_window"
|
||||
if is_pr && ! is_auto_commit_disabled; then
|
||||
cmd="$cmd --update"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue