Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: Update module-registry-protocol.html.md #26639

Merged
merged 2 commits into from Oct 28, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions website/docs/internals/module-registry-protocol.html.md
Expand Up @@ -123,7 +123,7 @@ available versions for a given fully-qualified module.

| Method | Path | Produces |
| ------ | ------------------------------------- | -------------------------- |
| `GET` | `:namespace/:name/:provider/versions` | `application/json` |
| `GET` | `:namespace/:name/:system/versions` | `application/json` |

### Parameters

Expand Down Expand Up @@ -177,7 +177,7 @@ This endpoint downloads the specified version of a module for a single provider.

| Method | Path | Produces |
| ------ | ------------------------------------------------------ | -------------------------- |
| `GET` | `:namespace/:name/:provider/:system/:version/download` | `application/json` |
| `GET` | `:namespace/:name/:system/:version/download` | `application/json` |

### Parameters

Expand All @@ -187,9 +187,6 @@ This endpoint downloads the specified version of a module for a single provider.
- `name` `(string: <required>)` - The name of the module.
This is required and is specified as part of the URL path.

- `provider` `(string: <required>)` - The name of the provider.
This is required and is specified as part of the URL path.

- `system` `(string: <required>)` - The name of the target system.
This is required and is specified as part of the URL path.

Expand Down