apiKey field

This commit is contained in:
Maria Tyschitskaya 2022-04-01 13:51:39 +03:00
parent a1e1ce1143
commit 863202f5f4

View file

@ -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.