Skip to content

Commit

Permalink
updated operation Ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Vernholio committed Apr 2, 2024
1 parent 55dd9d8 commit bf45dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19923,10 +19923,10 @@ paths:
- $ref: '#/components/parameters/pageOffset'
- $ref: '#/components/parameters/pageSize'
description: |
Returns a paginated list of VPC IP addresses and address ranges on your account.
Returns a paginated list of all VPC IP addresses and address ranges on your account.

**Note**: If a Linode has several configuration profiles that include a VPC interface, address information for all of them is listed in the response. Since VPCs can use the same address space, you may see duplicate IP addresses.
operationId: getVPCIPs
operationId: getAllVPCIPs
x-linode-cli-action:
- ip-list
- ip-ls
Expand Down Expand Up @@ -19965,7 +19965,7 @@ paths:
- $ref: '#/components/parameters/pageSize'
description: |
Returns a paginated list of IP addresses for a single VPC.
operationId: viewVPCIPs
operationId: getVPCIPs
x-linode-cli-action:
- ip-list
- ip-ls
Expand Down

0 comments on commit bf45dce

Please sign in to comment.