Skip to content

Commit fa82592

Browse files
committed
V14: Integrations (HubSpot/Forms)
- Continue implementation for Hubspot workflow UI - Smoke testing
1 parent 9d47192 commit fa82592

File tree

5 files changed

+214
-799
lines changed

5 files changed

+214
-799
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Api/Management/Controllers/Contacts/AuthorizeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public AuthorizeController(IContactService contactService) : base(contactService
1717
}
1818

1919
[HttpPost("authorize")]
20-
[ProducesResponseType(typeof(Task<AuthorizationResult>), StatusCodes.Status200OK)]
20+
[ProducesResponseType(typeof(AuthorizationResult), StatusCodes.Status200OK)]
2121
public async Task<IActionResult> Authorize([FromBody] AuthorizationRequest request) => Ok(await ContactService.AuthorizeAsync(request.Code));
2222
}
2323
}

0 commit comments

Comments
 (0)