Skip to content

Commit

Permalink
updated the description where necessary to indicate use of identifer …
Browse files Browse the repository at this point in the history
…vs ID (#166)

Co-authored-by: Christopher Aubuchon <caubuchon@petrichor.io>
  • Loading branch information
aubuchcl and Christopher Aubuchon authored Sep 15, 2023
1 parent e911785 commit 3f59e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/paths/infrastructure/providers/locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get:
- Providers
parameters:
- name: providerId
description: The ID for the given provider.
description: The identifier for the given provider. Can be `aws`, `gcp`, `equinix-metal`, `vultr`.
in: path
required: true
schema:
Expand Down
2 changes: 1 addition & 1 deletion public/paths/infrastructure/providers/servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get:
- Providers
parameters:
- name: providerId
description: The ID for the given provider.
description: The identifier for the given provider. Can be `aws`, `gcp`, `equinix-metal`, `vultr`.
in: path
required: true
schema:
Expand Down

0 comments on commit 3f59e15

Please sign in to comment.