post https://{hostname}/concerto/services/rest/RepositoryService/v1/SeedData/
Appends CSV content to existing seed data. The .csv
file is sent as a part of the request payload.
Response
204Success. Seed data appended.
Appends CSV content to existing seed data. The .csv
file is sent as a part of the request payload.
204Success. Seed data appended.
xxxxxxxxxx
curl --request POST \
--url https://hostname/concerto/services/rest/RepositoryService/v1/SeedData/seedDataId \
--header 'accept: application/json' \
--header 'content-type: text/csv'