Added counting

Changed Count post URL
Archiving crashes now removes crashes that match the archive
This commit is contained in:
Caleb Gardner
2024-06-12 02:17:26 -05:00
parent df3fe83c5f
commit e3af23873f
6 changed files with 157 additions and 16 deletions
+17 -2
View File
@@ -118,11 +118,26 @@ If an error status code is returned then the body will be as follows.
### Count
API Key must have the `Count` permission.
API Key must have the `count` permission.
Request:
> POST: /count/{uuid}
> POST: /count
```json
{
id: "uuid", // Should be an empty string on first request. If invalid or too old, a new UUID will be returned.
platform: "web"
}
```
Returns:
```json
{
id: "uuid"
}
```
### User Count