RED-2497
This commit is contained in:
parent
17abc20a85
commit
8acc9e6b24
@ -280,7 +280,7 @@ export class ManualAnnotationService extends GenericService<ManualAddResponse> {
|
|||||||
@RequiredParam() dossierId: string,
|
@RequiredParam() dossierId: string,
|
||||||
@RequiredParam() fileId: string,
|
@RequiredParam() fileId: string,
|
||||||
) {
|
) {
|
||||||
const url = `${this._defaultModelPath}/approve/${dossierId}/${fileId}`;
|
const url = `${this._defaultModelPath}/approve/${dossierId}/${fileId}/${annotationId}`;
|
||||||
return this._post<unknown>(body, url);
|
return this._post<unknown>(body, url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user