Update data source CSV data
Data sources
Update data source CSV data
Updates the rows of a CSV data source
PUT
Update data source CSV data
Documentation Index
Fetch the complete documentation index at: https://docs.wiremock.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Body
text/csv
A header row must be present in the supplied CSV with names that match the existing headers of the data source. Additionally, all cells of all supplied rows after the header row must conform to the type of their respective column. For example, if a column has type BOOLEAN, then all cells within that column must have a value of either true or false.
The body is of type string.
Response
Success