-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish Dataset: native API actually uses GET not POST #3483
Comments
@bmckinney yes, assuming this issue is a duplicate of #2431 this is something that drives me crazy. Well crazier. 😄 |
Fixed in pull request #3550. Passing to Code Review at https://waffle.io/IQSS/dataverse |
Duplicate of #2431. Closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs indicate POST but code specifies GET:
@get
@path("{id}/actions/:publish")
public Response publishDataset( @PathParam("id") String id, @QueryParam("type") String type ) {
Inconsistent with publishing a dataverse, which does indeed use POST
The text was updated successfully, but these errors were encountered: