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