Skip to content

Commit 6036a4f

Browse files
committed
Change webhook relationship from webhook -> application to webhook -> tenant.
PR fixes. Add new UI to Tenant for enabling webhooks. -- FusionAuth/fusionauth-issues#1543
1 parent 1fc391a commit 6036a4f

File tree

1 file changed

+2
-2
lines changed
  • fusionauth-netcore-client/domain/io/fusionauth/domain

1 file changed

+2
-2
lines changed

fusionauth-netcore-client/domain/io/fusionauth/domain/Webhook.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ namespace io.fusionauth.domain {
2828
*/
2929
public class Webhook {
3030

31-
public List<Guid> applicationIds;
32-
3331
public int? connectTimeout;
3432

3533
public IDictionary<string, object> data;
@@ -56,6 +54,8 @@ public class Webhook {
5654

5755
public string sslCertificate;
5856

57+
public List<Guid> tenantIds;
58+
5959
public string url;
6060

6161
public Webhook with(Action<Webhook> action) {

0 commit comments

Comments
 (0)