cURL
curl --request POST \ --url https://example.com/v1/api/files/v1/filesets/{filesetId} \ --header 'Content-Type: application/json' \ --header 'X-DOMO-Developer-Token: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "created": "2023-11-07T05:31:56Z", "createdBy": 123 }
Updates the name or description of a FileSet.
Domo Developer Token for authentication.
The new name for the FileSet.
The new description for the FileSet.
The updated FileSet metadata.
Base metadata for a FileSet.