Skip to content

Commit 29a03a7

Browse files
committed
docs: add TotalHoursPlayed field description to UpdateTester endpoint
1 parent 6e272eb commit 29a03a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Playtesters.API.http

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ X-Api-Key: {{adminKey}}
3030
### - null => keep the current Name unchanged
3131
### - non-empty => update the tester's Name (min length: 3)
3232
### - 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
3338
### ---------------------------------------------------------
3439

3540
PATCH {{host}}/api/testers/Tester123

0 commit comments

Comments
 (0)