Body
-
jsonEncrypted
string Required Minimum length is
1
.
Requires the following features to be enabled: Import
Minimum length is 1
.
curl \
-X POST https://app.lovassy.hu/Api/Import/Grades/{userId} \
-H "X-Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonEncrypted":"string"}'
curl \
-X POST https://app.lovassy.hu/Api/Import/Grades/{userId} \
-H "X-Authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/Import/Grades/{userId} \
-H "X-Authorization: $API_KEY" \
-H "Content-Type: application/*+json"
{
"jsonEncrypted": "string"
}
{
"jsonEncrypted": "string"
}
{
"jsonEncrypted": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}