🔄Mettre à jour une donnée
PUT : https://api.getkis.io/api_token_access/data_handlers/{$oid}
Requête
curl --request PUT \
--url https://api.getkis.io/api/v1/api_token_access/data_handlers/{$oid} \
--header 'Authorization: Bearer ...' \
--header 'accept: text/plain' \
--header 'content-type: application/json' \
--data '
{
"data_handler": {
"collection_name": "voitures",
"documents": [
{
"_id": "633f0bce07a52b302d298c88",
"localisation": "toulouse",
"stock": 812
}
]
}
}Paramètre
Paramètre
Type
Description
Obligatoire ?
Last updated

