We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e272eb commit 29a03a7Copy full SHA for 29a03a7
src/Playtesters.API.http
@@ -30,6 +30,11 @@ X-Api-Key: {{adminKey}}
30
### - null => keep the current Name unchanged
31
### - non-empty => update the tester's Name (min length: 3)
32
### - invalid/empty/whitespace => returns 400 Bad Request
33
+###
34
+### 3. "totalHoursPlayed":
35
+### - null => leave the current TotalHoursPlayed unchanged
36
+### - >= 0 => update the tester's total hours played
37
+### - < 0 => returns 400 Bad Request
38
### ---------------------------------------------------------
39
40
PATCH {{host}}/api/testers/Tester123
0 commit comments