refactor(api): 🏷️ Port almost all remaining v1 endpoints to OpenAPI

This commit is contained in:
Jesse Wierzbinski 2025-02-14 16:44:32 +01:00
parent 247a8fbce3
commit 1856176de5
No known key found for this signature in database
42 changed files with 919 additions and 574 deletions

View file

@ -189,7 +189,7 @@ describe("API Tests", () => {
},
);
expect(response.status).toBe(201);
expect(response.status).toBe(200);
expect(response.headers.get("content-type")).toContain(
"application/json",
);