Commit ab87f7e
committed
Update API Client
#### What's Changed
---
##### `POST` /core/tokens/{identifier}/set_key/
###### Request:
Changed content type : `application/json`
##### `GET` /endpoints/agents/connectors/agent_config/
###### Return Type:
Changed response : **200 OK**
* Changed content type : `application/json`
New required properties:
- `device_id`
* Added property `device_id` (string)
##### `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 77b0e15 commit ab87f7e
File tree
5 files changed
+64
-3
lines changed- api
- docs
5 files changed
+64
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49536 | 49536 | | |
49537 | 49537 | | |
49538 | 49538 | | |
| 49539 | + | |
49539 | 49540 | | |
49540 | 49541 | | |
49541 | 49542 | | |
49542 | 49543 | | |
49543 | 49544 | | |
| 49545 | + | |
| 49546 | + | |
| 49547 | + | |
49544 | 49548 | | |
49545 | 49549 | | |
49546 | 49550 | | |
| |||
49563 | 49567 | | |
49564 | 49568 | | |
49565 | 49569 | | |
| 49570 | + | |
49566 | 49571 | | |
49567 | 49572 | | |
49568 | 49573 | | |
| |||
84843 | 84848 | | |
84844 | 84849 | | |
84845 | 84850 | | |
| 84851 | + | |
84846 | 84852 | | |
84847 | 84853 | | |
84848 | 84854 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
34 | 55 | | |
35 | 56 | | |
36 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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 | |
|---|---|---|---|
| |||
32524 | 32524 | | |
32525 | 32525 | | |
32526 | 32526 | | |
| 32527 | + | |
| 32528 | + | |
| 32529 | + | |
32527 | 32530 | | |
32528 | 32531 | | |
32529 | 32532 | | |
| |||
32546 | 32549 | | |
32547 | 32550 | | |
32548 | 32551 | | |
| 32552 | + | |
32549 | 32553 | | |
32550 | 32554 | | |
32551 | 32555 | | |
| |||
53874 | 53878 | | |
53875 | 53879 | | |
53876 | 53880 | | |
| 53881 | + | |
53877 | 53882 | | |
53878 | 53883 | | |
53879 | 53884 | | |
| |||
0 commit comments