Skip to content

Commit

Permalink
Update model.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Nov 14, 2024
1 parent addab2e commit c2d8ea4
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 @@ -1549,7 +1549,7 @@ type CreateIntegrationAuthRequest struct {
RefreshToken string `json:"refreshToken,omitempty"`
ProjectID string `json:"workspaceId"`
Integration IntegrationAuthType `json:"integration"`
URL string `json:"url"`
URL string `json:"url"`
}

type CreateIntegrationAuthResponse struct {
Expand Down

0 comments on commit c2d8ea4

Please sign in to comment.