Skip to content

Commit 0fff858

Browse files
author
Alex Manoylenko
committed
Fixing the notation as the endpoint is DELETE /conceptset/annotation/{id}
1 parent 948fde3 commit 0fff858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ohdsi/webapi/security/model/ConceptSetAnnotationPermissionSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ConceptSetAnnotationPermissionSchema extends EntityPermissionSchema
1212
{
1313
put("conceptset:*:annotation:put", "Create Concept Set Annotation");
1414
put("conceptset:update:*:annotation:put", "Update Concept Set Annotation");
15-
put("conceptset:%s:annotation:delete", "Delete Concept Set Annotation with ID %s");
15+
put("conceptset:annotation:%s:delete", "Delete Concept Set Annotation with ID %s");
1616
}
1717
};
1818

0 commit comments

Comments
 (0)