Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
feat: API Sync by GitHub Action (2023-11-08) (#171)
Browse files Browse the repository at this point in the history
This API Sync PR was automated through [GitHub Actions
workflow_displatch](https://github.com/equinix-labs/metal-go/actions?query=event%3Aworkflow_dispatch)
on 2023-11-08.

* latest Swagger is fetched
* patches have been applied
* generated client has been updated

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 15, 2023
1 parent fefaad2 commit ad2dc45
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 3 deletions.
2 changes: 2 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30359,6 +30359,8 @@ components:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
type: string
createOrganizationInterconnection_request:
Expand Down
4 changes: 4 additions & 0 deletions docs/FindOrganizationDevicesCategoriesParameterInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

* `VMCE` (value: `"vmce"`)

* `LEGACY_GEN` (value: `"legacy_gen"`)

* `CURRENT_GEN` (value: `"current_gen"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions spec/oas3.fetched/paths/organizations/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter by device facility
in: query
Expand Down
2 changes: 2 additions & 0 deletions spec/oas3.fetched/paths/plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter plans by its plan type
in: query
Expand Down
2 changes: 2 additions & 0 deletions spec/oas3.fetched/paths/projects/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter by device facility
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
responses:
"200":
Expand Down
2 changes: 2 additions & 0 deletions spec/oas3.patched/paths/organizations/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter by device facility
in: query
Expand Down
2 changes: 2 additions & 0 deletions spec/oas3.patched/paths/plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter plans by its plan type
in: query
Expand Down
2 changes: 2 additions & 0 deletions spec/oas3.patched/paths/projects/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
- description: Filter by device facility
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ get:
- compute
- storage
- vmce
- legacy_gen
- current_gen
example: compute
responses:
"200":
Expand Down

0 comments on commit ad2dc45

Please sign in to comment.