Body
-
Minimum length is
1
, maximum length is255
.
Requires verified email; Requires one of the following permissions: Import.CreateImportKey; Requires the following features to be enabled: Import
curl \
-X POST https://app.lovassy.hu/Api/ImportKeys \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"string","enabled":true}'
curl \
-X POST https://app.lovassy.hu/Api/ImportKeys \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/ImportKeys \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"name": "string",
"enabled": true
}
{
"name": "string",
"enabled": true
}
{
"name": "string",
"enabled": true
}
{
"id": 42,
"name": "string",
"enabled": true,
"key": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}