PUT
/api/routes/:id/origin
This endpoint allows you to update or replace routes (specific id)/origin.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X PUT https://aegis.purdyandfigg.dev/api/routes/123/origin \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'