Open endpoints require no Authentication.
Endpoint | Description |
---|---|
GET /api/v1/reports |
Show all reports |
GET /api/v1/reports/:id |
Show a report |
PUT /api/v1/reports |
Create or Update a report |
POST /api/v1/reports/:id |
Update a specific report |
DELETE /api/v1/reports/:id |
Delete a report |
none