Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/ROOT/pages/collections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In your `POST` request body, include the following parameters:

|`name` a|__String__. Required. Specify a name for the Collection.
|`description` a|__String__. Optional. A short description for the Collection.
|`metadata` a|__Array__. Required. The details for the metadata objects to be added to the Collection.
|`metadata` a|__Array__. Optional. The details for the metadata objects to be added to the Collection.

* `type` +
Metadata type. Select one of the following values:
Expand Down Expand Up @@ -85,6 +85,8 @@ If the API request is successful, a Collection with the given metadata objects w
== Search for a Collection
To get a list of Collections, send a `POST` request to the `POST /api/rest/2.0/collections/search` API endpoint.

If no parameters are specified, the API returns the first 10 collections (or fewer, depending on the total number available).

=== Request parameters
In your `POST` request body, include the following parameters:

Expand Down