summaryrefslogtreecommitdiff
path: root/system/api
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-11-29 11:18:00 -0800
committerSteve Manuel <nilslice@gmail.com>2016-11-29 11:18:00 -0800
commita756bba5197ddd5898bc49a41059f55f5372eded (patch)
tree46916a25b93295cb3ffcb33ced306e857269d3ec /system/api
parent62d6f575ae1acd6b23be5cd2c774234834c8c9ea (diff)
updating comment documentation for API endpoint renaming
Diffstat (limited to 'system/api')
-rw-r--r--system/api/external.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/external.go b/system/api/external.go
index 5c50172..4e008af 100644
--- a/system/api/external.go
+++ b/system/api/external.go
@@ -13,7 +13,7 @@ import (
)
// Externalable accepts or rejects external POST requests to endpoints such as:
-// /external/posts?type=Review
+// /external/content?type=Review
type Externalable interface {
// Accepts determines whether a type will allow external submissions
Accepts() bool