mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
apiKey field
This commit is contained in:
parent
a1e1ce1143
commit
863202f5f4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue