Veri Kaydetme
POST https://api.pxserv.net/database/setData
Bu endpoint, PxServ proje veritabanında bir anahtar oluşturur veya mevcut değerini günceller.
Headers
| Anahtar | Değer |
|---|---|
| Content-Type | application/json |
| apikey | Proje API Anahtarı |
| Accept-Language | tr | en |
Body
| Anahtar | Tip | Açıklama |
|---|---|---|
key | string | Veri anahtarı |
value | string | Veri değeri |
Response
200
{
"status": 200,
"message": "OK",
"data": {}
}Error
{
"status": 401,
"message": "Invalid API key.",
"data": {}
}Son güncelleme