diff --git a/v1/Application.cfc b/v1/Application.cfc index f8c85e5..3a5d1a9 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -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"; diff --git a/v1/resources/vault_record.cfc b/v1/resources/vault_record.cfc index 4fb6759..c6b6f01 100644 --- a/v1/resources/vault_record.cfc +++ b/v1/resources/vault_record.cfc @@ -130,6 +130,8 @@ vaultUrl, arguments.login, arguments.clientID, + arguments.usrId, + arguments.contragentId, arguments.isImpersonated)/> @@ -149,6 +151,8 @@ + +