API
POST
/api/hits

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/problem+json

application/problem+json

curl -X POST "https://api.tigby.eu/api/hits" \  -H "Content-Type: application/json" \  -d '{    "host": null,    "path": null,    "lang": null  }'
Empty