Dokumentacja AlgoJudge0.1
REST reference

Admin Password

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.
POST/admin/password

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/admin/password" \  -H "Content-Type: application/json" \  -d '{    "password": "string"  }'
{  "username": "string"}