Skip to content

Commit

Permalink
Fix openApi doc for bulk saved object API http method (#8885)
Browse files Browse the repository at this point in the history
* Fix openApi doc for bulk saved object API http method

Signed-off-by: Lu Yu <[email protected]>

* Changeset file for PR #8885 created/updated

---------

Signed-off-by: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
BionIT and opensearch-changeset-bot[bot] authored Nov 18, 2024
1 parent ab4e6e8 commit 9262a33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/8885.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
doc:
- Fix OpenAPI documentation ([#8885](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8885))
4 changes: 2 additions & 2 deletions docs/openapi/saved_objects/saved_objects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ paths:
schema:
type: object
/api/saved_objects/_bulk_update:
post:
put:
tags:
- saved objects
summary: Bulk update saved objects
Expand Down Expand Up @@ -489,7 +489,7 @@ paths:
schema:
type: object
/api/saved_objects/_bulk_get:
get:
post:
tags:
- saved objects
summary: Bulk get saved objects
Expand Down

0 comments on commit 9262a33

Please sign in to comment.