Skip to content

Commit d0d384a

Browse files
authored
Merge pull request #18 from justoneapi/codex/openapi-sync
chore: sync OpenAPI spec and generated SDK
2 parents 045ac61 + 03ead71 commit d0d384a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

openapi/public-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7787,8 +7787,8 @@
77877787
"x-api-version": "v2",
77887788
"x-highlights": [
77897789
{
7790-
"content": "This endpoint may return a pending task status. Retry later with the same itemId to fetch completed data.",
7791-
"type": "tip"
7790+
"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.",
7791+
"type": "danger"
77927792
}
77937793
],
77947794
"x-order": "11001100"
@@ -12223,7 +12223,7 @@
1222312223
"x-api-version": "v1",
1222412224
"x-highlights": [
1222512225
{
12226-
"content": "If this endpoint does not return a video download URL, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.",
12226+
"content": "If video download fails, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.",
1222712227
"type": "tip"
1222812228
},
1222912229
{

openapi/public-api.normalized.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7944,8 +7944,8 @@
79447944
"x-api-version": "v2",
79457945
"x-highlights": [
79467946
{
7947-
"content": "This endpoint may return a pending task status. Retry later with the same itemId to fetch completed data.",
7948-
"type": "tip"
7947+
"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.",
7948+
"type": "danger"
79497949
}
79507950
],
79517951
"x-order": "11001100",
@@ -12483,7 +12483,7 @@
1248312483
"x-api-version": "v1",
1248412484
"x-highlights": [
1248512485
{
12486-
"content": "If this endpoint does not return a video download URL, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.",
12486+
"content": "If video download fails, use `/api/xiaohongshu-pgy/api/solar/note/noteId/detail/v1`.",
1248712487
"type": "tip"
1248812488
},
1248912489
{

0 commit comments

Comments
 (0)