From e9f1f75485e54cf942561d56e7296a9b380d3840 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 15 Nov 2024 00:10:38 +0400 Subject: [PATCH] hotfix: integrations url invalid --- internal/client/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/client/model.go b/internal/client/model.go index 8e3fc87..98f9f02 100644 --- a/internal/client/model.go +++ b/internal/client/model.go @@ -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 {