/api/custom-lists/{customListId}/upload

Update a custom list.

Path Params
string
required

The id of the custom list to be updated. The custom list id will be returned in response for create custom list in the field CustomList.id . It also can be found in the response for the request https://{stage}.tis.loc/ts/sanction-check-service/api/custom-lists/ on page https://{stage}.tis.loc/ts/sanction-alert-manager/configuration.

Body Params
request
object
required
file
required

The file to upload with maximum size 10Mb. File should have extention "csv", contentTypeFromFileContent "text/plain" and contentTypeFromRequest "text/csv" or "application/vnd.ms-excel". File name should match the pattern "([A-Za-z0-9.\-_\s])+" and it must have at most 2000.

Responses

400

Invalid request supplied.

401

The request requires authentication.

404

Custom list not found.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json