-
Notifications
You must be signed in to change notification settings - Fork 502
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
correct docs for api/dataverses/$id/metadatablocks
API endpoint
#3624
Comments
The native API docs could use a lot of work. That's what #2174 is about. |
@pameyer let's both read or re-read http://blog.atom.io/2016/04/19/managing-the-deluge-of-atom-issues.html and chat sometime about the Dataverse GitHub issue tracker. I think there good ideas in there. Sometimes it makes sense to have a issue with a punchlist that is added to. The native API page is probably one of these. Here's my punchlist for the Installation Guide: #2944. We should also set expectations for the entire community in the CONTRIBUTING.md file per #2594, especially with regard to creating issues. You should keep doing what you're doing unless we update that doc, I'd say. 😄 |
We talked about this issue after standup today and decided to include a fix in pull request #6107 and add a "closes" to that pull request to close that issue after it goes through QA. @pameyer is right. Using |
Current docs have "The query body is a JSON array with a list of metadatablocks identifiers (either id or name)."; but
curl -d $json_list
fails with:{"status":"ERROR","message":"Invalid token=EOF at (line no=1, column no=0, offset=-1). Expected tokens are: [CURLYOPEN, SQUAREOPEN]"}
--upload-file $json_list_in_file
works as expected; but it's a field of the POST body (not the entire thing).The text was updated successfully, but these errors were encountered: