Skip to content

Commit

Permalink
Merge pull request #73 from Infisical/daniel/integrations-fix
Browse files Browse the repository at this point in the history
hotfix: integrations url invalid
  • Loading branch information
maidul98 authored Nov 14, 2024
2 parents 0f3df35 + e9f1f75 commit dcd19a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,9 @@ type CreateIntegrationAuthRequest struct {
AccessToken string `json:"accessToken,omitempty"`
AWSAssumeIamRoleArn string `json:"awsAssumeIamRoleArn,omitempty"`
RefreshToken string `json:"refreshToken,omitempty"`
URL string `json:"url,omitempty"`
ProjectID string `json:"workspaceId"`
Integration IntegrationAuthType `json:"integration"`
URL string `json:"url"`
}

type CreateIntegrationAuthResponse struct {
Expand Down

0 comments on commit dcd19a9

Please sign in to comment.