Skip to content

Commit

Permalink
removed project_id from resp
Browse files Browse the repository at this point in the history
  • Loading branch information
imaskm committed Feb 11, 2025
1 parent 24cb83e commit 8a5a174
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 33 deletions.
4 changes: 2 additions & 2 deletions specification/resources/reserved_ipv6/reservedIPv6_get.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
operationId: reservedIPv6_get

summary: "[Beta] Retrieve an Existing Reserved IPv6"
summary: "[Public Preview] Retrieve an Existing Reserved IPv6"

description: To show information about a reserved IPv6, send a GET request to
`/v2/reserved_ipv6/$RESERVED_IPV6`.

tags:
- "[Beta] Reserved IPv6"
- "[Public Preview] Reserved IPv6"

parameters:
- $ref: 'parameters.yml#/reserved_ipv6'
Expand Down
4 changes: 2 additions & 2 deletions specification/resources/reserved_ipv6/reservedIPv6_list.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
operationId: reservedIPv6_list

summary: "[Beta] List All Reserved IPv6s"
summary: "[Public Preview] List All Reserved IPv6s"

description: To list all of the reserved IPv6s available on your account, send a
GET request to `/v2/reserved_ipv6`.

tags:
- "[Beta] Reserved IPv6"
- "[Public Preview] Reserved IPv6"

parameters:
- $ref: '../../shared/parameters.yml#/per_page'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,18 @@ content:
- $ref: '../../actions/models/action.yml'
- type: object
properties:
project_id:
resource_id:
type: integer
example: 758604968
description: The ID of the resource that the action is being taken on.
resource_type:
type: string
format: uuid
example: 746c6152-2fa2-11ed-92d3-27aaa54e4988
description: The UUID of the project to which the reserved IP currently belongs.
example: reserved_ipv6
description: The type of resource that the action is being taken on.
region_slug:
type: string
example: nyc3
description: The slug identifier for the region the resource is located in.

example:
action:
Expand All @@ -34,29 +41,5 @@ content:
completed_at: '2015-11-12T17:51:14Z'
resource_id: 758604968
resource_type: reserved_ipv6
region:
name: New York 3
slug: nyc3
sizes:
- s-1vcpu-1gb
- s-1vcpu-2gb
- s-1vcpu-3gb
- s-2vcpu-2gb
- s-3vcpu-1gb
- s-2vcpu-4gb
- s-4vcpu-8gb
- s-6vcpu-16gb
- s-8vcpu-32gb
- s-12vcpu-48gb
- s-16vcpu-64gb
- s-20vcpu-96gb
- s-24vcpu-128gb
- s-32vcpu-192gb
features:
- private_networking
- backups
- ipv6
- metadata
available: true
region: null
region_slug: nyc3
project_id: 746c6152-2fa2-11ed-92d3-27aaa54e4988

0 comments on commit 8a5a174

Please sign in to comment.