forgot to put new api docs and fixed a bug with duplicates

This commit is contained in:
2026-02-15 22:00:19 +03:00
parent c357e78003
commit e17569909f
3 changed files with 24 additions and 4 deletions

View File

@@ -6,10 +6,17 @@ meta {
post {
url: {{base_url}}/api/user/games
body: none
body: json
auth: inherit
}
body:json {
{
"steamAppId": 105600
}
}
settings {
encodeUrl: true
timeout: 0
}