Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 602 Bytes

File metadata and controls

17 lines (10 loc) · 602 Bytes

New Endpoint: GET /dataverses/{id}/template

A new endpoint has been implemented to manage templates belonging to a given dataverse collection.

Functionality

  • Returns the template of the given {id} in json format.
  • You must have add dataset permission in the collection in order to use this endpoint.

New Endpoint: DELETE /dataverses/{id}/template

A new endpoint has been implemented to manage templates belonging to a given dataverse collection.

Functionality

  • Deletes the template of the given {id}.
  • You must have Edit Dataverse permission in order to use this endpoint.