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-10-12) (#162)
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-10-12.

* 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 Oct 12, 2023
1 parent ce9ff96 commit 8b83a59
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30317,6 +30317,7 @@ components:
enum:
- compute
- storage
- vmce
example: compute
type: string
createOrganizationInterconnection_request:
Expand Down
2 changes: 2 additions & 0 deletions docs/FindOrganizationDevicesCategoriesParameterInner.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

* `STORAGE` (value: `"storage"`)

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


[[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.

1 change: 1 addition & 0 deletions spec/oas3.fetched/paths/organizations/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter by device facility
in: query
Expand Down
1 change: 1 addition & 0 deletions spec/oas3.fetched/paths/plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter plans by its plan type
in: query
Expand Down
1 change: 1 addition & 0 deletions spec/oas3.fetched/paths/projects/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter by device facility
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
responses:
"200":
Expand Down
1 change: 1 addition & 0 deletions spec/oas3.patched/paths/organizations/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter by device facility
in: query
Expand Down
1 change: 1 addition & 0 deletions spec/oas3.patched/paths/plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter plans by its plan type
in: query
Expand Down
1 change: 1 addition & 0 deletions spec/oas3.patched/paths/projects/id/devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
- description: Filter by device facility
in: query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ get:
enum:
- compute
- storage
- vmce
example: compute
responses:
"200":
Expand Down

0 comments on commit 8b83a59

Please sign in to comment.