aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-03 14:41:03 -0700
committerDrew DeVault <sir@cmpwn.com>2019-03-03 14:41:03 -0700
commit294085c69ad544b51c8fcd4969314c2beb9f23c0 (patch)
treea8d4f707e8f89466603794faceacb06bf8fb9009
parente68ba4f6929506a5ea3be900cf01d7b3e065ed50 (diff)
downloadsr.ht-docs-294085c69ad544b51c8fcd4969314c2beb9f23c0.tar.gz
Add GET /api/.../webhooks/:id/deliveries/:id
-rw-r--r--api-conventions.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-conventions.md b/api-conventions.md
index c48c0dc..4d77c5a 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -236,3 +236,7 @@ Retrieves a [subscription resource](#subscription-resource).
### GET /api/.../webhooks/:id/deliveries
List of [delivery resources](#delivery-resource) for this subscription.
+
+### GET /api/.../webhooks/:id/deliveries/:id
+
+Retrieves a [delivery resource](#delivery-resource) by UUID.