🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request PATCH 'https://api.parseur.com/parser/{{PARSER_ID}}/export_config/{{EXPORT_CONFIG_ID}}' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"name": "My Download udpated",
"type": "PARSER",
"items": [
"CustomerName",
"CustomerEmail"
]
}'
{
"id": 123,
"name": "My Download udpated",
"type": "PARSER",
"items": [
"CustomerName",
"CustomerEmail"
],
"csv_download": "/parser/<secret>/download/my-download-udpated.csv?cfg=123",
"xls_download": "/parser/<secret>/download/my-download-udpated.xlsx?cfg=123"
}