Shared:Api:Files: add new fields in changeDocumentServiceLocation method

This commit is contained in:
Darya Umrikhina 2024-06-18 22:11:32 +07:00
parent d0dda0a383
commit c673e569c9

View File

@ -1295,6 +1295,9 @@ export async function getDocumentServiceLocation(version?: number | string) {
export async function changeDocumentServiceLocation(
docServiceUrl: string,
jwtSecret: string,
isDisabledCertificat: boolean,
jwtHeader: string,
internalUrl: string,
portalUrl: string,
) {