REST reference
Account
Ta strona jest po angielsku
Polskie tłumaczenie obejmuje sekcje Instalacja i utrzymanie i Korzystanie z AlgoJudge. Pozostałe sekcje są materiałem technicznym i pozostają po angielsku.
curl -X GET "https://example.com/account"{ "userId": "string", "username": "string", "firstName": "string", "lastName": "string", "email": "string", "emailConfirmed": true, "isLocal": true}curl -X PUT "https://example.com/account" \ -H "Content-Type: application/json" \ -d '{}'{ "userId": "string", "username": "string", "firstName": "string", "lastName": "string", "email": "string", "emailConfirmed": true, "isLocal": true}curl -X POST "https://example.com/account/password" \ -H "Content-Type: application/json" \ -d '{ "currentPassword": "string", "newPassword": "string" }'Empty
curl -X GET "https://example.com/account/links"[ { "providerSlug": "string", "displayName": "string", "accountUrl": "string", "deletionUrl": "string", "linkedAt": "string" }]curl -X GET "https://example.com/account/export"Empty
curl -X POST "https://example.com/account/delete" \ -H "Content-Type: application/json" \ -d '{ "password": "string" }'Empty