Skip to content

Commit 3316117

Browse files
committed
Add API v4.92.0 Changelog
1 parent 6ce485d commit 3316117

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: '4.92.0: 2021-05-12'
3+
date: 2021-05-12T04:00:00.000Z
4+
version: 4.92.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Linode Firewalls feature has completed beta testing! All beta notices have been removed for endpoints involving Firewalls, and Vthe following endpoints are now accessible from the `/v4` path:
12+
- Firewalls List ([GET/networking/firewalls](https://www.linode.com/docs/api/networking/#firewalls-list))
13+
- Firewall Create ([POST /networking/firewalls](https://www.linode.com/docs/api/networking/#firewall-create))
14+
- Firewall Delete ([DELETE /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-delete))
15+
- Firewall View ([GET /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-view))
16+
- Firewall Update ([PUT /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-update))
17+
- Firewall Devices List ([GET /networking/firewalls/{firewallId}/devices](https://www.linode.com/docs/api/networking/#firewall-devices-list))
18+
- Firewall Device Create ([POST /networking/firewalls/{firewallId}/devices](https://www.linode.com/docs/api/networking/#firewall-device-create))
19+
- Firewall Device Delete ([DELETE /networking/firewalls/{firewallId}/devices/{deviceId}](https://www.linode.com/docs/api/networking/#firewall-device-delete))
20+
- Firewall Device View ([GET /networking/firewalls/{firewallId}/devices/{deviceId}](https://www.linode.com/docs/api/networking/#firewall-device-view))
21+
- Firewall Rules List ([GET /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-list))
22+
- Firewall Rules Update ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update))

0 commit comments

Comments
 (0)