- api-key
- ladder
- ladder-entry
- result
- invite
- account
- credit
- matchmaking
- bulk
Updates account data.
PATCH
/v1/account
account
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
name
string
required
Example:
John Doe
Example
{
"name": "John Doe"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.competier.net/v1/account' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe"
}'
Responses
🟢200OK
text/plain
Body
string
optional
🟠400Bad request
🟠401Unauthorized
🟠429Too Many Requests
Modified at 2024-04-09 16:58:35