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