You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -325,13 +327,14 @@ export class AttachmentsV4Controller {
325
327
@ApiOperation({
326
328
summary: "It updates the attachment.",
327
329
description:
328
-
"It updates the attachment specified through the id specified. it updates only the specified fields.",
330
+
"It updates the attachment specified through the id specified. It updates only the specified fields. Set `content-type` to `application/merge-patch+json` if you would like to update nested objects. Warning! `application/merge-patch+json` doesn’t support updating a specific item in an array — the result will always replace the entire target if it’s not an object.",
@@ -670,13 +715,14 @@ export class DatasetsV4Controller {
670
715
@ApiOperation({
671
716
summary: "It partially updates the dataset.",
672
717
description:
673
-
"It updates the dataset through the pid specified. It updates only the specified fields.",
718
+
"It updates the dataset through the pid specified. It updates only the specified fields. Set `content-type` to `application/merge-patch+json` if you would like to update nested objects. Warning! `application/merge-patch+json` doesn’t support updating a specific item in an array — the result will always replace the entire target if it’s not an object.",
0 commit comments