Skip to content
Snippets Groups Projects
Commit 00d01b7e authored by Tim Repke's avatar Tim Repke
Browse files

bump nd

parent 96399661
Branches main
No related tags found
1 merge request!63Master
Pipeline #2198 passed
......@@ -471,7 +471,7 @@ class SavedResolution(BaseModel):
proposal: ResolutionProposal
@router.get('/config/resolved/{bot_annotation_meta_id}', response_model=SavedResolution)
@router.get('/config/resolved/{bot_annotation_metadata_id}', response_model=SavedResolution)
async def get_saved_resolved_annotations(bot_annotation_metadata_id: str,
permissions=Depends(UserPermissionChecker('annotations_edit'))) \
-> SavedResolution:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment