Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/opensearch/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43a874547d9e5b23655d0f351c47b32b46d4a19e
3bc7d5dd69c00a9a153c37a18c9ae6733455368c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_backup(
)

_response_types_map: Dict[str, Optional[str]] = {
"201": "List[CreateBackupResponseItem]",
"200": "List[CreateBackupResponseItem]",
"400": "Error",
"401": "Error",
"404": "Error",
Expand Down Expand Up @@ -196,7 +196,7 @@ def create_backup_with_http_info(
)

_response_types_map: Dict[str, Optional[str]] = {
"201": "List[CreateBackupResponseItem]",
"200": "List[CreateBackupResponseItem]",
"400": "Error",
"401": "Error",
"404": "Error",
Expand Down Expand Up @@ -267,7 +267,7 @@ def create_backup_without_preload_content(
)

_response_types_map: Dict[str, Optional[str]] = {
"201": "List[CreateBackupResponseItem]",
"200": "List[CreateBackupResponseItem]",
"400": "Error",
"401": "Error",
"404": "Error",
Expand Down
Loading