Bug 39260

Summary: Typo in acquisitions baskets API documentation
Product: Koha Reporter: Eric Phetteplace <ephetteplace>
Component: REST APIAssignee: Eric Phetteplace <ephetteplace>
Status: Pushed to main --- QA Contact: Tomás Cohen Arazi (tcohen) <tomascohen>
Severity: trivial    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Attachments: Bug 39260: fix typo in acquisitions baskets API docs
Bug 39260: Fix typo in acquisitions baskets API docs

Description Eric Phetteplace 2025-03-05 23:15:57 UTC
See https://api.koha-community.org/#tag/baskets/operation/listBaskets "List possibe managers for baskets" should be "List possible managers for baskets".
Comment 1 Eric Phetteplace 2025-03-05 23:18:52 UTC
Created attachment 179004 [details] [review]
Bug 39260: fix typo in acquisitions baskets API docs

To test:
- Go to /api/v1/.html#op-get--acquisitions-baskets-managers
- See 'possibe' misspelling
- Apply patch and revisit
- Spelling is fixed
Comment 2 Tomás Cohen Arazi (tcohen) 2025-03-06 12:20:18 UTC
Created attachment 179009 [details] [review]
Bug 39260: Fix typo in acquisitions baskets API docs

To test:
- Go to /api/v1/.html#op-get--acquisitions-baskets-managers
- See 'possibe' misspelling
- Apply patch and revisit
- Spelling is fixed

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 3 Tomás Cohen Arazi (tcohen) 2025-03-06 12:30:13 UTC
Trivial fix, straight QA.
Comment 4 Katrin Fischer 2025-03-07 14:43:14 UTC
Pushed for 25.05!

Well done everyone, thank you!