From 653e229ea5239cb9d4acaafee991c22a4d9b00d6 Mon Sep 17 00:00:00 2001 From: fishaudio-bot <242899544+fishaudio-bot@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:10:00 +0000 Subject: [PATCH] chore: update OpenAPI schema --- api-reference/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index fc319d1..d55a80b 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -166,6 +166,18 @@ "default": null, "title": "Last Synced At" }, + "subscription_currency": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null, + "title": "Subscription Currency" + }, "extra_balance": { "anyOf": [ {