From c50033efc33ca10335cb49fa03de8af5c345e35b Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Thu, 2 Jan 2020 14:47:26 -0500 Subject: [PATCH] docs contributing: checklist-command --- contributing/checklist-command.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing/checklist-command.md b/contributing/checklist-command.md index 399767616..6d99b24d1 100644 --- a/contributing/checklist-command.md +++ b/contributing/checklist-command.md @@ -19,6 +19,7 @@ CLI (command/) -> API Client (api/) -> HTTP API (command/agent) -> RPC (nomad/) * [ ] Implement `-verbose` (expands truncated UUIDs, adds other detail) * [ ] Update help text * [ ] Implement and test new HTTP endpoint in `command/agent/_endpoint.go` +* [ ] Register new URL paths in `command/agent/http.go` * [ ] Implement and test new RPC endpoint in `nomad/_endpoint.go` * [ ] Implement and test new Client RPC endpoint in `client/_endpoint.go` (For client endpoints like Filesystem only)