diff options
Diffstat (limited to 'api-conventions.md')
-rw-r--r-- | api-conventions.md | 8 |
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. |