Update Keyset Values From a CSV File Using the API
You can update keyset data from a CSV file using the API. Use the PUT /api/keysets/upload/<keyset-id> API endpoint to do this. The keyset ID was assigned when the keyset was initially uploaded using a CSV file. See Upload Keyset Data From a CSV File Using the API.
It should be in the following format. A header should not be included.
fileData: <file-information>
fileName:<CSV-file-name>
keySetId:<keyset-ID>
keySetName:<keyset-name>
keySetDesc:<optional-keyset-description>
sourceId:<data-source-id>
For more information, see your API documentation.
API documentation is provided in your environment at this link: https://<composer-URL>/composer/swagger-ui.html.
Comments
0 comments
Please sign in to leave a comment.