Dokumentacja AlgoJudge0.1
REST reference

Lti Key Rotation

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.
GET/lti/keys

Response Body

curl -X GET "https://example.com/lti/keys"
[  {    "kid": "string",    "createdAt": "string",    "retiredAt": "string",    "signing": true  }]
POST/lti/keys/rotate

Response Body

curl -X POST "https://example.com/lti/keys/rotate"
{  "kid": "string",  "createdAt": "string",  "retiredAt": "string",  "signing": true}
POST/lti/keys/{kid}/withdraw

Path Parameters

kid*string

Response Body

curl -X POST "https://example.com/lti/keys/string/withdraw"
Empty