From cca83b18cf1e85794359288b82f6caaf5606e6b6 Mon Sep 17 00:00:00 2001 From: Flea Flicker Date: Mon, 25 May 2026 15:26:38 +0000 Subject: [PATCH] docs(UAT_PLAYBOOK.md): add TC-API-8.8/8.9/8.10 for portal pet update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated ยง4.8 โ€” new PATCH /api/portal/pets/:id test cases per GRO-1742. Co-Authored-By: Paperclip --- UAT_PLAYBOOK.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UAT_PLAYBOOK.md b/UAT_PLAYBOOK.md index d5887c6..b1e482e 100644 --- a/UAT_PLAYBOOK.md +++ b/UAT_PLAYBOOK.md @@ -139,6 +139,9 @@ GroomBook API is a Hono-based REST service (TypeScript/Node.js) powering the pet | TC-API-8.5 | Add waitlist entry | POST /api/portal/waitlist with pet and service | 201 Created, waitlist entry created | | TC-API-8.6 | View portal invoices | GET /api/portal/invoices | 200 OK, list of client's invoices returned | | TC-API-8.7 | Pay multiple invoices | POST /api/portal/invoices/pay-multiple with invoice IDs | 200 OK, payment intent created | +| TC-API-8.8 | Update pet profile | PATCH /api/portal/pets/{id} with name, breed, groomingNotes | 200 OK, pet updated in portal shape | +| TC-API-8.9 | Update pet โ€” ownership check | PATCH /api/portal/pets/{id} with session for different client | 403 Forbidden, pet belongs to another client | +| TC-API-8.10 | Update pet โ€” not found | PATCH /api/portal/pets/{nonexistent-id} | 404 Not Found | ### 4.9 Waitlist