Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ docs update (#717)

authored by

Thibault Le Ouay and committed by
GitHub
e0e47c79 3142372c

+37
+4
apps/docs/api-reference/notification/get-notification:id.mdx
··· 1 + --- 2 + title: Get a notification 3 + openapi: get /notification/:id 4 + ---
+4
apps/docs/api-reference/notification/post-notification.mdx
··· 1 + --- 2 + title: Create a notification 3 + openapi: post /notification/ 4 + ---
+6
apps/docs/api-reference/page/get-page:id.mdx
··· 1 + --- 2 + title: Get a Status Page 3 + openapi: get /page/:id 4 + --- 5 + 6 + Get an page by id
+4
apps/docs/api-reference/page/post-page.mdx
··· 1 + --- 2 + title: Create a status page 3 + openapi: post /page/ 4 + ---
+4
apps/docs/api-reference/page/put-page:id.mdx
··· 1 + --- 2 + title: Update a Status Page 3 + openapi: put /page/:id 4 + ---
+15
apps/docs/mint.json
··· 140 140 ] 141 141 }, 142 142 { 143 + "group": "Notification", 144 + "pages": [ 145 + "api-reference/notification/notification-page:id", 146 + "api-reference/notification/notification-page" 147 + ] 148 + }, 149 + { 150 + "group": "Page", 151 + "pages": [ 152 + "api-reference/page/get-page:id", 153 + "api-reference/page/post-page", 154 + "api-reference/page/put-page:id" 155 + ] 156 + }, 157 + { 143 158 "group": "Status Report", 144 159 "pages": [ 145 160 "api-reference/status_report/get-status_report:id",