Skip to content

Commit

Permalink
Use "allowNull" parameter to install initial null values in project m…
Browse files Browse the repository at this point in the history
…etadata
  • Loading branch information
waxlamp committed Mar 15, 2017
1 parent 006b930 commit 528067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_external/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const gatherDatasetInfo = (item) => {

const setItemMetadata = (itemId, metadata) => restRequest({
type: 'PUT',
path: `/item/${itemId}/metadata`,
path: `/item/${itemId}/metadata?allowNull=true`,
data: JSON.stringify(metadata),
contentType: 'application/json'
});
Expand Down

0 comments on commit 528067f

Please sign in to comment.