mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 22:43:12 +00:00
[DS-3952] Conform to endpoint naming requirements.
This commit is contained in:

committed by
Mark H. Wood

parent
b3a40c198c
commit
48dd36f165
@@ -24,9 +24,9 @@ import org.dspace.app.rest.converter.ItemConverter;
|
||||
@Named
|
||||
public class RequestItemRest
|
||||
extends BaseObjectRest {
|
||||
public static final String NAME = "copy_request";
|
||||
public static final String NAME = "copyRequest";
|
||||
|
||||
public static final String CATEGORY = RestAddressableModel.COPY_REQUEST;
|
||||
public static final String CATEGORY = RestAddressableModel.TOOLS;
|
||||
|
||||
@Inject
|
||||
private BitstreamConverter bitstreamConverter;
|
||||
|
@@ -34,6 +34,7 @@ public interface RestModel extends Serializable {
|
||||
public static final String VERSIONING = "versioning";
|
||||
public static final String AUTHENTICATION = "authn";
|
||||
public static final String COPY_REQUEST = "copy_request";
|
||||
public static final String TOOLS = "tools";
|
||||
|
||||
public String getType();
|
||||
|
||||
|
Reference in New Issue
Block a user