Kullanıcı Yetki Güncelle

PUT /api/UsersYetki/update

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.

Body

Body

Body

Body

curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/update \
 -H "Content-Type: application/*+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/update \
 -H "Content-Type: application/json" \
 -d '{"deger":"string","id":42,"kullaniciId":42,"tag":"string"}'
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/update \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PUT https://apiv3.bilsoft.com/api/UsersYetki/update \
 -H "Content-Type: text/json"
Request examples
{
  "deger": "string",
  "id": 42,
  "kullaniciId": 42,
  "tag": "string"
}
Request examples
{
  "deger": "string",
  "id": 42,
  "kullaniciId": 42,
  "tag": "string"
}
Request examples
{
  "deger": "string",
  "id": 42,
  "kullaniciId": 42,
  "tag": "string"
}
Request examples
{
  "deger": "string",
  "id": 42,
  "kullaniciId": 42,
  "tag": "string"
}