MongoDB
Parâmetros
Campo
Descrição
Valor
Requisição
curl --location '<HOST>/v1/configs' \
--header 'Content-Type: application/json' \
--header 'Authorization: <ACCESS-TOKEN>' \
--data '{
"output": {
"type": "MONGODB",
"mongodb": {
"collection": "",
"database": "",
"uri": "",
"operation": "update-one",
"update_one": {
"filter": {
"document.field.example": "firehose.field.name"
},
"upsert": false
}
}
}
}'Resposta
Last updated