Skip to content

Commit

Permalink
Fix Control API endpoint table rendering (#3363)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Dec 10, 2019
1 parent 3f2a7ae commit 760edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/design/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kick off a suite of Selenium tests against the newly deployed service.

| protocol | endpoint | encoding |
| ---- | --- | --- |
| HTTP | `http://localhost:{HTTP_RPC_PORT}/v1/events` | newline separated JSON using chunk transfer encoding over HTTP|
| HTTP | `http://localhost:{HTTP_RPC_PORT}/v1/events` | newline separated JSON using chunk transfer encoding over HTTP|
| gRPC | `client.Events(ctx)` method on the [`SkaffoldService`]({{< relref "/docs/references/api#skaffoldservice">}}) | protobuf 3 over HTTP |


Expand Down

0 comments on commit 760edb4

Please sign in to comment.