Skip to content

Commit

Permalink
minor updates in dataset service doc urls
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopareja committed Dec 16, 2019
1 parent 2d3d545 commit 5f46ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const fetchDataset = (id, params = {}) => {

/**
* Get dataset tags.
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#tags-definition|here}
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#getting-vocabularies-associated-to-a-resource|here}
* @param {String} datasetId - dataset id.
* @param {Object} params - params sent to the API.
* @returns {Object}
Expand Down Expand Up @@ -207,7 +207,7 @@ export const updateDataset = (id, token, params = {}) => {

/**
* Update dataset tags.
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#updating-tags-of-an-existing-relationship|here}
* Check out the API docs for this endpoint {@link https://resource-watch.github.io/doc-api/index-rw.html#updating-an-existing-vocabulary-resource-relationship|here}
* @param {String} datasetId - dataset id.
* @param {Object[]} tags - user's token.
* @param {String} token - user's token.
Expand Down

0 comments on commit 5f46ed0

Please sign in to comment.