POST
/api/routes/by-path/:path/external-log
This endpoint allows you to create a new entry or execute an action for routes by path/(specific path)/external log.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| path | path | Yes |
Example Request
cURL
curl -X POST https://aegis.purdyandfigg.dev/api/routes/by-path/123/external-log \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'