RED-3239: Fixed wrong parameter name in ImportedAnnotationResource

This commit is contained in:
deiflaender 2022-01-27 12:32:53 +01:00
parent 440275da30
commit 15786af795

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