From 863202f5f467a538aaa84d902e0daff9ed6183c3 Mon Sep 17 00:00:00 2001 From: Maria Tyschitskaya Date: Fri, 1 Apr 2022 13:51:39 +0300 Subject: [PATCH] apiKey field --- response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/response.go b/response.go index 5c17b29..e1eb9a5 100644 --- a/response.go +++ b/response.go @@ -406,7 +406,7 @@ type IntegrationModuleResponse struct { // UpdateScopesResponse update scopes response. type UpdateScopesResponse struct { ErrorResponse - APIKey string `json:"api_key"` + APIKey string `json:"apiKey"` } // IntegrationModuleEditResponse type.