File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
backend/embed/api_docs/paths Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 48
48
"required" : [" error" ],
49
49
"properties" : {
50
50
"result" : {
51
+ "type" : " object" ,
51
52
"nullable" : true
52
53
},
53
54
"error" : {
Original file line number Diff line number Diff line change 17
17
"content" : {
18
18
"application/json" : {
19
19
"schema" : {
20
+ "type" : " object" ,
20
21
"required" : [" result" ],
21
22
"properties" : {
22
23
"result" : {
52
53
"content" : {
53
54
"application/json" : {
54
55
"schema" : {
56
+ "type" : " object" ,
55
57
"required" : [" error" ],
56
58
"properties" : {
57
59
"result" : {
60
+ "type" : " object" ,
58
61
"nullable" : true
59
62
},
60
63
"error" : {
Original file line number Diff line number Diff line change 38
38
"content" : {
39
39
"application/json" : {
40
40
"schema" : {
41
+ "type" : " object" ,
41
42
"required" : [" result" ],
42
43
"properties" : {
43
44
"result" : {
70
71
"content" : {
71
72
"application/json" : {
72
73
"schema" : {
74
+ "type" : " object" ,
73
75
"required" : [" error" ],
74
76
"properties" : {
75
77
"result" : {
78
+ "type" : " object" ,
76
79
"nullable" : true
77
80
},
78
81
"error" : {
You can’t perform that action at this time.
0 commit comments