Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/datasets/datasets.v4.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ Set \`content-type\` header to \`application/merge-patch+json\` if you would lik
description: "Id of the dataset to modify",
type: String,
})
@ApiConsumes("application/merge-patch+json", "application/json")
@ApiConsumes("application/json", "application/merge-patch+json")
@ApiBody({
description:
"Fields that needs to be updated in the dataset. Only the fields that needs to be updated have to be passed in.",
Expand Down
Loading