mirror of
https://github.com/C9Glax/tranga.git
synced 2025-04-14 04:13:18 +02:00
Backend only deals in REST Webhooks The API has custom Endpoints for Ntfy, Gotify, Lunasea that create pre-formatted Webhooks #297 #259
3 lines
101 B
C#
3 lines
101 B
C#
namespace API.APIEndpointRecords;
|
|
|
|
public record ModifyJobRecord(ulong? RecurrenceMs, bool? Enabled); |