Skip to content

Commit

Permalink
comment for metadata function
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchudy committed Mar 20, 2024
1 parent 61dbab8 commit 14cda86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/hatrac.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,12 @@ var ERMrest = (function(module) {
return deferred.promise;
};

/**
* @desc Call this function to create an update metadata request for updating the content-disposition
*
* @returns {Promise} A promise resolved with no value or the url if it already exists
* or rejected with error
*/
upload.prototype.createUpdateMetadataJob = function (contextHeaderParams) {
var self = this;
this.erred = false;
Expand Down

0 comments on commit 14cda86

Please sign in to comment.