|
1 | 1 | openapi: 3.0.1 |
2 | 2 | info: |
3 | | - version: 4.105.0 |
| 3 | + version: 4.105.1 |
4 | 4 |
|
5 | 5 | title: Linode API |
6 | 6 | description: | |
@@ -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 |
6421 | | - ([PUT /account/users/{username}/grants](https://www.linode.com/docs/api/account/#users-grants-update)) endpoint. |
| 6421 | + ([PUT /account/users/{username}/grants](/docs/api/account/#users-grants-update)) endpoint. |
6422 | 6422 | operationId: getLinodeNodeBalancers |
6423 | 6423 | x-linode-cli-action: nodebalancers |
6424 | 6424 | security: |
@@ -10549,7 +10549,7 @@ paths: |
10549 | 10549 |
|
10550 | 10550 | * 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