Admin Endpoint
Endpoint: /api/endpoint-1
Method: GET
Description of what this endpoint does.
- Parameters:
param1: Description of param1.param2: Description of param2.
- Status Code: 200 OK
- Response Body:
{ "key": "value" }
Endpoint: /api/endpoint-2
Method: POST
Description of what this endpoint does.
- Parameters:
param1: Description of param1.
- Request Body:
{ "key": "value" }
- Status Code: 201 Created
Endpoint: /api/endpoint-3
Method: PUT
Description of what this endpoint does.
- Parameters:
param1: Description of param1.
- Request Body:
{ "key": "new-value" }
- Status Code: 200 OK