Home
Add a file to a collection
Add a file to a collection programmatically.
See Authenticating requests for information about how to authenticate the request.
Atom API request details
Method Resource address Input representation Description POST /basic/api/collection/{collection-id}/feed file Atom document Adds a file to the collection specified by the collection ID.
{collection-id} is the value of the <td:label> element in the Atom document of the collection to which you would like to add the file.
Input
An Atom document representing the file that you want to add to the collection.
Output
None. Returned HTTP Headers
- HTTP/1.1 201 Created
- Indicates that the file entry was successfully added. If an error occurs, this header will contain one of the error codes below.
Error codes
- HTTP/1.1 401 Unauthorized
- HTTP/1.1 404 Not Found
Related reference