RED-3239: Fixed wrong parameter name in ImportedAnnotationResource
This commit is contained in:
parent
440275da30
commit
15786af795
@ -20,7 +20,7 @@ public interface ImportedAnnotationResource {
|
||||
String FILE_ID_PARAM = "fileId";
|
||||
String FILE_ID_PATH_PARAM = "/{" + FILE_ID_PARAM + "}";
|
||||
|
||||
String ANNOTATION_ID_PARAM = "fileId";
|
||||
String ANNOTATION_ID_PARAM = "annotationId";
|
||||
String ANNOTATION_ID_PATH_PARAM = "/{" + ANNOTATION_ID_PARAM + "}";
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user