Skip to content

Commit 4a6a94e

Browse files
committed
Update autogenerated docs
1 parent ae9c381 commit 4a6a94e

File tree

1 file changed

+7
-23
lines changed
  • content/integrate/redis-data-integration/reference/api-reference

1 file changed

+7
-23
lines changed

content/integrate/redis-data-integration/reference/api-reference/openapi.json

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Redis Data Integration API",
55
"description": "API for Redis Data Integration services",
6-
"version": "1.6.1"
6+
"version": "1.6.2"
77
},
88
"paths": {
99
"/": {
@@ -1773,7 +1773,9 @@
17731773
"description": "Unprocessable Entity",
17741774
"content": {
17751775
"application/json": {
1776-
"schema": { "$ref": "#/components/schemas/Error-Input" }
1776+
"schema": {
1777+
"$ref": "#/components/schemas/redis_di_api__v1__modules__shared__response__Error"
1778+
}
17771779
}
17781780
}
17791781
}
@@ -1985,7 +1987,9 @@
19851987
"description": "Unprocessable Entity",
19861988
"content": {
19871989
"application/json": {
1988-
"schema": { "$ref": "#/components/schemas/Error-Input" }
1990+
"schema": {
1991+
"$ref": "#/components/schemas/redis_di_api__v1__modules__shared__response__Error"
1992+
}
19891993
}
19901994
}
19911995
}
@@ -2820,26 +2824,6 @@
28202824
"required": ["status"],
28212825
"title": "Entity"
28222826
},
2823-
"Error-Input": {
2824-
"properties": {
2825-
"status": {
2826-
"type": "string",
2827-
"const": "error",
2828-
"title": "The status of the run.",
2829-
"default": "error",
2830-
"examples": ["error"]
2831-
},
2832-
"error": {
2833-
"type": "string",
2834-
"title": "The error message.",
2835-
"examples": ["Job is malformed"]
2836-
}
2837-
},
2838-
"type": "object",
2839-
"required": ["error"],
2840-
"title": "Error",
2841-
"description": "Model representing an error status."
2842-
},
28432827
"HTTPValidationError": {
28442828
"properties": {
28452829
"detail": {

0 commit comments

Comments
 (0)