Bulk update response properties
documentedUpdate multiple responses' properties in bulk via a CSV payload.
PUT /v1/responses/update_bulk_propertiesResponsesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://cxi-api.wootric.com/v1/responses/update_bulk_properties" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "csv=@{{$csv_path}}"