Body
-
Yetki değeri.
Minimum length is
0
, maximum length is255
. -
Benzersiz kimlik numarası.
-
Etiket bilgisi.
Minimum length is
0
, maximum length is255
.
Mevcut bir kullanıcı yetkisini günceller. Bu işlem, belirtilen kullanıcı yetkisi bilgisini günceller ve işlemin başarılı olduğunu belirtir.
Yetki değeri.
Minimum length is 0
, maximum length is 255
.
Benzersiz kimlik numarası.
Etiket bilgisi.
Minimum length is 0
, maximum length is 255
.
Yetki değeri.
Minimum length is 0
, maximum length is 255
.
Benzersiz kimlik numarası.
Etiket bilgisi.
Minimum length is 0
, maximum length is 255
.
curl \
--request PUT 'https://apiv3.bilsoft.com/api/UsersYetki/update' \
--header "Content-Type: application/*+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/UsersYetki/update' \
--header "Content-Type: application/json" \
--data '{"deger":"string","id":42,"kullaniciId":42,"tag":"string"}'
curl \
--request PUT 'https://apiv3.bilsoft.com/api/UsersYetki/update' \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT 'https://apiv3.bilsoft.com/api/UsersYetki/update' \
--header "Content-Type: text/json"
{
"deger": "string",
"id": 42,
"kullaniciId": 42,
"tag": "string"
}
{
"deger": "string",
"id": 42,
"kullaniciId": 42,
"tag": "string"
}
{
"deger": "string",
"id": 42,
"kullaniciId": 42,
"tag": "string"
}
{
"deger": "string",
"id": 42,
"kullaniciId": 42,
"tag": "string"
}