mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Add endpoint links.
This commit is contained in:
@@ -59,6 +59,9 @@ class ShowController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* This endpoint is documented at:
|
||||
* https://api-docs.firefly-iii.org/#/webhooks/listWebhook
|
||||
*
|
||||
* Display a listing of the webhooks of the user.
|
||||
*
|
||||
* @return JsonResponse
|
||||
@@ -88,6 +91,9 @@ class ShowController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* This endpoint is documented at:
|
||||
* https://api-docs.firefly-iii.org/#/webhooks/getWebhook
|
||||
*
|
||||
* Show single instance.
|
||||
*
|
||||
* @param Webhook $webhook
|
||||
|
||||
Reference in New Issue
Block a user