Skip to content

Commit

Permalink
Add still missing notification endpoints to API coverage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PattaFeuFeu committed Jan 2, 2025
1 parent e4d36e5 commit 468c3d2
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion docs/api-coverage/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,54 @@ Receive notifications for activity on your account or statuses.
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;"><b>Will not be implemented</b>.</td>
</tr>
<tr>
<tr>
<td style="width:45%;text-align:left;"><code>GET /api/v1/notifications/unread_count</code><br>Get the number of unread notifications</td>
<td style="width:10%;text-align:center;"><img src="/assets/green16.png"></td>
<td style="width:45%;text-align:left;">Fully supported.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>GET /api/v2/notifications/policy</code><br>Get the filtering policy for notifications</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>PATCH /api/v2/notifications/policy</code><br>Update the filtering policy for notifications</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>GET /api/v1/notifications/requests</code><br>Get all notification requests</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>GET /api/v1/notifications/requests/:id</code><br>Get a single notification requests</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>POST /api/v1/notifications/requests/:id/accept</code><br>Accept a single notification request</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>POST /api/v1/notifications/requests/:id/dismiss</code><br>Dismiss a single notification request</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>POST /api/v1/notifications/requests/accept</code><br>Accept multiple notification requests</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>POST /api/v1/notifications/requests/dismiss</code><br>Dismiss multiple notification requests</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
<tr>
<td style="width:45%;text-align:left;"><code>GET /api/v1/notifications/requests/merged</code><br>Check if accepted notification requests have been merged</td>
<td style="width:10%;text-align:center;"><img src="/assets/red16.png"></td>
<td style="width:45%;text-align:left;">Not yet implemented.</td>
</tr>
</table>

0 comments on commit 468c3d2

Please sign in to comment.