Pull request #201: RED-3239: Fixed wrong parameter name in ImportedAnnotationResource

Merge in RED/persistence-service from RED-3243-2 to master

* commit '15786af79579080986b5d3a89b265de8f54cf51a':
  RED-3239: Fixed wrong parameter name in ImportedAnnotationResource
This commit is contained in:
Dominique Eiflaender 2022-01-27 12:36:27 +01:00
commit 4c699ae995

View File

@ -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 + "}";