Skip to content

Commit

Permalink
update jsdoc for replace a tileset source
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewharvey committed Mar 30, 2023
1 parent d74b369 commit 80bef3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tilesets.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Tilesets.createTilesetSource = function(config) {
* Replace a tileset source
*
* @param {Object} config
* @param {string} config.id ID of the tileset source to be created.
* @param {string} config.id ID of the tileset source to be replaced.
* @param {UploadableFile} config.file Line-delimeted GeoJSON file.
* @param {string} [config.ownerId]
* @return {MapiRequest}
Expand Down

0 comments on commit 80bef3b

Please sign in to comment.