feat: Add missing comments.info endpoint, fix misnamed types

This commit is contained in:
Tom Moor
2023-12-29 10:13:22 -05:00
parent 08a787082f
commit 5d2a75c8e9
4 changed files with 88 additions and 15 deletions

View File

@@ -9,6 +9,15 @@ exports[`#comments.create should require authentication 1`] = `
}
`;
exports[`#comments.info should require authentication 1`] = `
{
"error": "authentication_required",
"message": "Authentication required",
"ok": false,
"status": 401,
}
`;
exports[`#comments.list should require authentication 1`] = `
{
"error": "authentication_required",