aboutsummaryrefslogtreecommitdiffstats
path: root/api-conventions.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-03 12:10:01 -0700
committerDrew DeVault <sir@cmpwn.com>2019-03-03 12:10:01 -0700
commit531a4043a1634c976e68ee24a50aca24dc1675d3 (patch)
tree1ab9e5b148ede218299a50c9140dd458f1a9f37e /api-conventions.md
parentcf44fa1ff7d1591819347d18a84da7251bf9e4f9 (diff)
downloadsr.ht-docs-531a4043a1634c976e68ee24a50aca24dc1675d3.tar.gz
Add links to resource schemas
Diffstat (limited to 'api-conventions.md')
-rw-r--r--api-conventions.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-conventions.md b/api-conventions.md
index 04f3098..4a9a835 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -223,16 +223,16 @@ that occurred, e.g. `profile:update`.
**Response**
-The new subscription resource.
+The new [subscription resource](#subscription-resource).
### GET /api/.../webhooks
-List of subscription resources.
+List of [subscription resources](#subscription-resource).
### GET /api/.../webhooks/:id
-Retrieves a subscription resource.
+Retrieves a [subscription resource](#subscription-resource).
### GET /api/.../webhooks/:id/deliveries
-List of delivery resources for this subscription.
+List of [delivery resources](#delivery-resource) for this subscription.