This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/controllers/components
modules/api/controllers/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ public function itemSetmultiplemetadata($args)
179
179
* @path /item/addmetadata/{id}
180
180
* @http PUT
181
181
* @param id The id of the item
182
- * @param metadata The metadata list to add or update, should be passed in the request body
182
+ * @param metadata The metadata list to add or update, must be passed in the request body
183
183
* as 'application/json'.
184
184
* @param revision (Optional) Item Revision number to set metadata on, defaults to latest revision.
185
185
* @return item on success,
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ public function itemSetmultiplemetadata($args)
776
776
*
777
777
* @param token Authentication token
778
778
* @param itemid The id of the item
779
- * @param metadata The metadata list to add or update, should be passed in the request body
779
+ * @param metadata The metadata list to add or update, must be passed in the request body
780
780
* as 'application/json'.
781
781
* @param revision (Optional) Item Revision number to set metadata on, defaults to latest revision.
782
782
* @return item on success,
You can’t perform that action at this time.
0 commit comments