Skip to content

Commit

Permalink
hotfix: integrations url invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 14, 2024
1 parent 0f3df35 commit e9f1f75
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 e9f1f75

Please sign in to comment.