183 bugfix
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@
|
||||
|
||||
//variables.framework.docs={};
|
||||
variables.framework.docs.APIName="svc-api";
|
||||
variables.framework.docs.APIVersion="0.182"; /*$ git config --global --unset user.password*/
|
||||
variables.framework.docs.APIVersion="0.183"; /*$ git config --global --unset user.password*/
|
||||
|
||||
variables.framework.globalHeaders = structNew();
|
||||
variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location";
|
||||
|
||||
@@ -130,6 +130,8 @@
|
||||
vaultUrl,
|
||||
arguments.login,
|
||||
arguments.clientID,
|
||||
arguments.usrId,
|
||||
arguments.contragentId,
|
||||
arguments.isImpersonated)/>
|
||||
|
||||
<cfset var out = structNew("linked")/>
|
||||
@@ -149,6 +151,8 @@
|
||||
<cfargument name="vaultUrl" type="string" required=true hint="type:string"/>
|
||||
<cfargument name="login" type="string" required=true hint="type:string"/>
|
||||
<cfargument name="wz" type="string" required=true hint="type:string WZ"/>
|
||||
<cfargument name="usrId" type="string" required=true hint="type:string WZ"/>
|
||||
<cfargument name="contragentId" type="string" required=true hint="type:string WZ"/>
|
||||
<cfargument name="isImpersonated" type="string" required=true hint="type:boolean"/>
|
||||
|
||||
<cftry>
|
||||
|
||||
Reference in New Issue
Block a user