Ayar Güncelle
Belirtilen ID'ye sahip ayarı günceller. Bu işlem, mevcut bir ayardaki bilgileri güncellemek için kullanılır.
application/*+json
PUT
/api/Ayar/update
cURL (application/*+json)
curl \
--request PUT https://apiv3.bilsoft.com/api/Ayar/update \
--header "Content-Type: application/*+json"
curl \
--request PUT https://apiv3.bilsoft.com/api/Ayar/update \
--header "Content-Type: application/json" \
--data '{"id":42,"yedek":"string"}'
curl \
--request PUT https://apiv3.bilsoft.com/api/Ayar/update \
--header "Content-Type: application/json-patch+json"
curl \
--request PUT https://apiv3.bilsoft.com/api/Ayar/update \
--header "Content-Type: text/json"
Request examples
{
"id": 42,
"yedek": "string"
}
Request examples
{
"id": 42,
"yedek": "string"
}
Request examples
{
"id": 42,
"yedek": "string"
}
Request examples
{
"id": 42,
"yedek": "string"
}