37
37
application/json :
38
38
schema :
39
39
$ref : " #/components/schemas/EpochSettings"
40
+ " 412 " :
41
+ description : API version mismatch
40
42
default :
41
43
description : epoch settings error
42
44
content :
60
62
$ref : " #/components/schemas/CertificatePending"
61
63
" 204 " :
62
64
description : no pending certificate available
65
+ " 412 " :
66
+ description : API version mismatch
63
67
default :
64
68
description : pending certificate error
65
69
content :
89
93
$ref : " #/components/schemas/Certificate"
90
94
" 404 " :
91
95
description : certificate not found
96
+ " 412 " :
97
+ description : API version mismatch
92
98
default :
93
99
description : pending certificate error
94
100
content :
@@ -109,6 +115,8 @@ paths:
109
115
type : array
110
116
items :
111
117
$ref : " #/components/schemas/Snapshot"
118
+ " 412 " :
119
+ description : API version mismatch
112
120
default :
113
121
description : snapshot retrieval error
114
122
content :
@@ -139,6 +147,8 @@ paths:
139
147
format : binary
140
148
" 404 " :
141
149
description : snapshot not found
150
+ " 412 " :
151
+ description : API version mismatch
142
152
default :
143
153
description : snapshot retrieval error
144
154
content :
@@ -168,6 +178,8 @@ paths:
168
178
$ref : " #/components/schemas/Snapshot"
169
179
" 404 " :
170
180
description : snapshot not found
181
+ " 412 " :
182
+ description : API version mismatch
171
183
default :
172
184
description : snapshot retrieval error
173
185
content :
@@ -195,6 +207,8 @@ paths:
195
207
application/json :
196
208
schema :
197
209
$ref : " #/components/schemas/Error"
210
+ " 412 " :
211
+ description : API version mismatch
198
212
default :
199
213
description : signer registration error
200
214
content :
@@ -224,6 +238,8 @@ paths:
224
238
$ref : " #/components/schemas/Error"
225
239
" 409 " :
226
240
description : signatures registration already done
241
+ " 412 " :
242
+ description : API version mismatch
227
243
default :
228
244
description : signatures registration error
229
245
content :
0 commit comments