tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
๐ openapi fix
Thibault Le Ouay
2 years ago
987685f2
cbfaead5
-8
1 changed file
expand all
collapse all
unified
split
apps
server
src
v1
notification.ts
-8
apps/server/src/v1/notification.ts
···
46
46
}),
47
47
payload: NotificationDataSchema.openapi({
48
48
description: "The data of the notification",
49
49
-
examples: [
50
50
-
{ email: "ping@openstatus.dev" },
51
51
-
{ discord: "https://discord.com/api/webhooks/{channelId}/xxx..." },
52
52
-
],
53
49
}),
54
50
monitors: z
55
51
.array(z.number())
···
71
67
}),
72
68
payload: NotificationDataSchema.openapi({
73
69
description: "The data of the notification",
74
74
-
examples: [
75
75
-
{ email: "ping@openstatus.dev" },
76
76
-
{ discord: "https://discord.com/api/webhooks/{channelId}/xxx..." },
77
77
-
],
78
70
}),
79
71
monitors: z
80
72
.array(z.number())