From c7f37e099dbdd41c89577dfe3c5768d13c096962 Mon Sep 17 00:00:00 2001 From: Rani Gangwar Date: Wed, 8 Apr 2026 11:55:48 +0530 Subject: [PATCH] Sidharth's feedback --- modules/ROOT/pages/collections.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/collections.adoc b/modules/ROOT/pages/collections.adoc index 0b19b1e08..d1638447d 100644 --- a/modules/ROOT/pages/collections.adoc +++ b/modules/ROOT/pages/collections.adoc @@ -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: @@ -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: