File tree Expand file tree Collapse file tree 1 file changed +7
-23
lines changed
content/integrate/redis-data-integration/reference/api-reference Expand file tree Collapse file tree 1 file changed +7
-23
lines changed Original file line number Diff line number Diff line change 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 "/" : {
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 }
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 }
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" : {
You can’t perform that action at this time.
0 commit comments