From 03ead71d285b6911aa50cb7be14e96bd0b9f339f Mon Sep 17 00:00:00 2001 From: justoneapi <139095138+justoneapi@users.noreply.github.com> Date: Fri, 24 Apr 2026 04:44:35 +0000 Subject: [PATCH] chore: sync OpenAPI spec and generated SDK --- openapi/public-api.json | 6 +++--- openapi/public-api.normalized.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi/public-api.json b/openapi/public-api.json index c0b39c5b..82c8baa0 100644 --- a/openapi/public-api.json +++ b/openapi/public-api.json @@ -7787,8 +7787,8 @@ "x-api-version": "v2", "x-highlights": [ { - "content": "This endpoint may return a pending task status. Retry later with the same itemId to fetch completed data.", - "type": "tip" + "content": "This endpoint is task-based and does not return real-time data. It combines task submission and result retrieval in one interface. Please review its mechanism in the dashboard and consult the administrator before use to avoid unintended charges.", + "type": "danger" } ], "x-order": "11001100" @@ -12223,7 +12223,7 @@ "x-api-version": "v1", "x-highlights": [ { - "content": "If this endpoint does not return a video download URL, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.", + "content": "If video download fails, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.", "type": "tip" }, { diff --git a/openapi/public-api.normalized.json b/openapi/public-api.normalized.json index 0d001975..970878ea 100644 --- a/openapi/public-api.normalized.json +++ b/openapi/public-api.normalized.json @@ -7944,8 +7944,8 @@ "x-api-version": "v2", "x-highlights": [ { - "content": "This endpoint may return a pending task status. Retry later with the same itemId to fetch completed data.", - "type": "tip" + "content": "This endpoint is task-based and does not return real-time data. It combines task submission and result retrieval in one interface. Please review its mechanism in the dashboard and consult the administrator before use to avoid unintended charges.", + "type": "danger" } ], "x-order": "11001100", @@ -12483,7 +12483,7 @@ "x-api-version": "v1", "x-highlights": [ { - "content": "If this endpoint does not return a video download URL, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.", + "content": "If video download fails, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.", "type": "tip" }, {