Skip to main content
POST
/
api
/
files
/
v1
/
filesets
/
{filesetId}
Update FileSet by Id
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
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

filesetId
string<uuid>
required

Body

application/json
name
string

The new name for the FileSet.

description
string | null

The new description for the FileSet.

Response

The updated FileSet metadata.

Base metadata for a FileSet.

id
string<uuid>
name
string
description
string | null
created
string<date-time>
createdBy
integer