RestContract
RestContract copied to clipboard
REST Contract for DSpace 7 (and above)
This PR is based on the discussion in https://github.com/DSpace/DSpace/pull/9610#issuecomment-2640350587 [Per RFC Section 4.3](https://datatracker.ietf.org/doc/html/rfc6902#section-4.3) (replace) and [RFC section 4.1](https://tools.ietf.org/html/rfc6902#section-4.1) (add), we recommend using the `add` operation (with an array of values)...
Relates to [DSpace should have an Audit Trail of object changes](https://github.com/DSpace/DSpace/issues/8824) This PR updates the REST contract by adding some documentation about Audit API
This PR is related with issue https://github.com/DSpace/DSpace/issues/10750 It kind of relocates an existing endpoint at SubmissionDefinitions. An endpoint for returning collections based on a submission definition name. This endpoint is...