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

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Body

  • deger string | null

    Yetki değeri.

    Minimum length is 0, maximum length is 255.

  • id integer(int32)

    Benzersiz kimlik numarası.

  • kullaniciId integer(int32) | null
  • tag string | null

    Etiket bilgisi.

    Minimum length is 0, maximum length is 255.

  • Additional properties are NOT allowed

Responses

  • 200

    Success

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"
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"
}