nasa / gesdisc-meditor

MIT License
7 stars 2 forks source link

32 implement bulk operations endpoints #54

Closed joncarlson closed 2 months ago

joncarlson commented 5 months ago

Adding two new endpoints:

Both endpoints take an If-Match header to determine which documents to affect. Looks like this: `"Title 1", "Title 2"

The first endpoint accepts one or more patch operations found in jsonpatch.com

The second endpoint has the same requirements as the existing 'change-document-state' endpoint, but includes an If-Match header to allow for things like, publishing many documents at once.

Finally, have updated the documentation, adding a user guide page and new endpoints to the API docs