This section describes web services that let authorized users manage collections.
All web services described in this section are available on the following conditions:
- The Collections feature toggle must be enabled. If this condition is not met, Fluid Topics returns the HTTP status code
404 - NOT FOUND
. - The user corresponding to the
$userId
parameter in the request path must have theCOLLECTION_USER
role. If this condition is not met, Fluid Topics returns the HTTP status code403 - FORBIDDEN
. - The
documents
parameter must only be used for static collections, and thesearchRequest
parameter must only be used for swift collections.