From 796b751b5e45f066ff2123e25375a8476feb8594 Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:02:17 +0000 Subject: [PATCH] chore: update OpenAPI schema --- api-reference/openapi.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 9cf16bc..ecd5c21 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -369,6 +369,10 @@ "title": "Credit", "type": "string" }, + "cumulative_top_up": { + "title": "Cumulative Top Up", + "type": "string" + }, "created_at": { "format": "date-time", "title": "Created At", @@ -400,6 +404,7 @@ "_id", "user_id", "credit", + "cumulative_top_up", "created_at", "updated_at", "has_phone_sha256"