...
- The parameter folderId defines all lists ( folders ) to add the new created bookmark.
- Duplicates for folderIds are not possible because of using a set.
- The In portal DDB the folderId favorites is must always used.If folder favorites not exists, because a new user adds the first bookmark, then the folder favorites is created.
Query parameters
Name | Value | Occurence | Default | Mandatory |
---|---|---|---|---|
folderIds | ID of folder(s) | Multiple | - | Yes, at least one id |
...
- 200 = Bookmark created
- 400 = Item Item Id is missing (required) or (at
- 400 = At least one ) folder id is missing (in portal DDB it must be at least id of folder "favorites")
- 401 = User is not authorized
- 500 = Internal server error
...