You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3750,7 +3750,7 @@ paths:
3750
3750
all users.
3751
3751
3752
3752
* **Private** Images have IDs that begin with "private/". These Images are Account-specific and only
3753
-
accessible to Users with appropriate [Grants](https://www.linode.com/docs/api/account/#users-grants-view).
3753
+
accessible to Users with appropriate [Grants](/docs/api/account/#users-grants-view).
3754
3754
3755
3755
* To view only public Images, call this endpoint with or without authentication. To view private Images as well, call this endpoint with authentication.
3756
3756
x-linode-redoc-load-ids: true
@@ -3972,7 +3972,7 @@ paths:
3972
3972
all users.
3973
3973
3974
3974
* **Private** Images have IDs that begin with "private/". These Images are Account-specific and only
3975
-
accessible to Users with appropriate [Grants](https://www.linode.com/docs/api/account/#users-grants-view).
3975
+
accessible to Users with appropriate [Grants](/docs/api/account/#users-grants-view).
3976
3976
3977
3977
* To view a public Image, call this endpoint with or without authentication. To view a private Image, call this endpoint with authentication.
3978
3978
operationId: getImage
@@ -6418,7 +6418,7 @@ paths:
6418
6418
Returns a list of NodeBalancers that are assigned to this Linode and readable by the requesting User.
6419
6419
6420
6420
Read permission to a NodeBalancer can be given to a User by accessing the User's Grants Update
* Use the `rules` property to create inbound and outbound access rules.
10551
10551
10552
-
* Use the `devices` property to assign the Firewall to a service and apply its Rules to the device. Requires `read_write` [User's Grants](docs/api/account/#users-grants-view) to the device.
10552
+
* Use the `devices` property to assign the Firewall to a service and apply its Rules to the device. Requires `read_write` [User's Grants](/docs/api/account/#users-grants-view) to the device.
10553
10553
Currently, Firewalls can only be assigned to Linode instances.
10554
10554
10555
10555
* A Firewall can be assigned to multiple Linode instances at a time.
0 commit comments