Update User Defined Collection

Update a user-defined collection. The Source Folder resource defines the interface for a source folder. This resource is used to update a source folder. The default source folder is the folder without a name. If a folder isn't specified when a source is attached, the source will be put in the default folder.

Path Params
string
required

The id of the user-defined collection (source folder). To find user-defined collection IDs, see Read User Source Folders, or Create Source Folder to create a new user-defined collection.

Body Params
collections
array of objects
required
length between 1 and 1

Array containing the source folder to update. Only one source folder may be updated per request.

collections*
string
required

The ID of the source folder. This should match the udcid path parameter.

string
required

The name of the source folder

attribution
object
Headers
string
enum
required

Specifies the media type of the entity-body sent to the server in the request.

Allowed:
Responses
204

The update was successful.

400

The requested collection id is invalid.

404

The requested collection is not found.

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here!