Commit be014fd
committed
Update API Client
#### What's Changed
---
##### `GET` /crypto/certificatekeypairs/{kp_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
Enum values:
* `rsa`
* `ec`
* `dsa`
* `ed25519`
* `ed448`
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `PUT` /crypto/certificatekeypairs/{kp_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `PATCH` /crypto/certificatekeypairs/{kp_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `POST` /crypto/certificatekeypairs/generate/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `POST` /crypto/certificatekeypairs/
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `GET` /crypto/certificatekeypairs/
###### Parameters:
Added: `key_type` in `query`
> Filter by key algorithm type (RSA, EC, DSA, etc). Can be specified multiple times (e.g. '?key_type=rsa&key_type=ec')
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> CertificateKeyPair Serializer
New required properties:
- `key_type`
New optional properties:
- `private_key_type`
* Added property `key_type` (object)
* Deleted property `private_key_type` (string)
> Get the private key's type, if set
##### `GET` /policies/geoip/{policy_uuid}/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PUT` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `PATCH` /policies/geoip/{policy_uuid}/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `POST` /policies/geoip/
###### Request:
Changed content type : `application/json`
* Changed property `countries` (array)
###### Return Type:
Changed response : **201 Created**
* Changed content type : `application/json`
* Changed property `countries` (array)
##### `GET` /policies/geoip/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
* Changed property `results` (array)
Changed items (object):
> GeoIP Policy Serializer
* Changed property `countries` (array)1 parent e47102d commit be014fd
File tree
10 files changed
+254
-48
lines changed- .openapi-generator
- api
- docs
10 files changed
+254
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
1041 | 1042 | | |
1042 | 1043 | | |
1043 | 1044 | | |
| 1045 | + | |
1044 | 1046 | | |
1045 | 1047 | | |
1046 | 1048 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1295 | 1295 | | |
1296 | 1296 | | |
1297 | 1297 | | |
| 1298 | + | |
1298 | 1299 | | |
1299 | 1300 | | |
1300 | 1301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6939 | 6939 | | |
6940 | 6940 | | |
6941 | 6941 | | |
| 6942 | + | |
| 6943 | + | |
| 6944 | + | |
| 6945 | + | |
| 6946 | + | |
| 6947 | + | |
| 6948 | + | |
| 6949 | + | |
| 6950 | + | |
| 6951 | + | |
| 6952 | + | |
| 6953 | + | |
| 6954 | + | |
| 6955 | + | |
| 6956 | + | |
| 6957 | + | |
| 6958 | + | |
6942 | 6959 | | |
6943 | 6960 | | |
6944 | 6961 | | |
| |||
50294 | 50311 | | |
50295 | 50312 | | |
50296 | 50313 | | |
| 50314 | + | |
50297 | 50315 | | |
50298 | 50316 | | |
50299 | | - | |
50300 | 50317 | | |
50301 | 50318 | | |
50302 | 50319 | | |
| |||
50337 | 50354 | | |
50338 | 50355 | | |
50339 | 50356 | | |
50340 | | - | |
50341 | | - | |
| 50357 | + | |
| 50358 | + | |
| 50359 | + | |
50342 | 50360 | | |
50343 | 50361 | | |
50344 | | - | |
50345 | 50362 | | |
50346 | 50363 | | |
50347 | 50364 | | |
| |||
50365 | 50382 | | |
50366 | 50383 | | |
50367 | 50384 | | |
| 50385 | + | |
50368 | 50386 | | |
50369 | 50387 | | |
50370 | 50388 | | |
50371 | 50389 | | |
50372 | 50390 | | |
50373 | | - | |
50374 | 50391 | | |
50375 | 50392 | | |
50376 | 50393 | | |
| |||
55952 | 55969 | | |
55953 | 55970 | | |
55954 | 55971 | | |
| 55972 | + | |
| 55973 | + | |
| 55974 | + | |
| 55975 | + | |
| 55976 | + | |
| 55977 | + | |
| 55978 | + | |
| 55979 | + | |
55955 | 55980 | | |
55956 | 55981 | | |
55957 | 55982 | | |
| |||
60608 | 60633 | | |
60609 | 60634 | | |
60610 | 60635 | | |
| 60636 | + | |
60611 | 60637 | | |
60612 | 60638 | | |
60613 | | - | |
60614 | 60639 | | |
60615 | 60640 | | |
60616 | 60641 | | |
| |||
60619 | 60644 | | |
60620 | 60645 | | |
60621 | 60646 | | |
| 60647 | + | |
60622 | 60648 | | |
60623 | 60649 | | |
60624 | | - | |
60625 | 60650 | | |
60626 | 60651 | | |
60627 | 60652 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | | - | |
245 | | - | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
252 | | - | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
| 276 | + | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments