• v1.3.53 641698be8b

    Fix: Bulk customer rate update using request body (v1.3.53)

    Ghost released this 2025-12-23 14:39:57 +01:00 | 234 commits to main since this release

    Fixed API endpoint to accept JSON request body instead of query params:

    • Added TModuleBulkRateUpdate Pydantic model
    • Changed endpoint to accept request body
    • Fixed parameter references to use request.customer_ids and request.hourly_rate
    • Added migration for hourly_rate_updated and time_card_toggled event types

    Resolves: 'Not Found' error and audit log constraint violations

    Downloads