refactor(api): 🏷️ Finish OpenAPI documentation refactor

This commit is contained in:
Jesse Wierzbinski 2025-02-14 17:49:34 +01:00
parent 1856176de5
commit 6a810529bc
No known key found for this signature in database
12 changed files with 428 additions and 379 deletions

View file

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