Skip to content

Commit c810e34

Browse files
chore: sync OpenAPI spec and generated SDK v3.0.15
# OpenAPI Sync Summary - Paths: 301 -> 301 - Tags: 0 -> 0 - Added operationId count: 0 - Removed operationId count: 0 - Changed operationId count: 1 ## Added operationId - None ## Removed operationId - None ## Changed operationId - getApiXiaohongshuGetNoteDetailV1 [GET /api/xiaohongshu/get-note-detail/v1]
1 parent f9fadce commit c810e34

4 files changed

Lines changed: 1 addition & 25 deletions

File tree

justoneapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.14"
1+
__version__ = "3.0.15"

justoneapi/generated/resources/xiaohongshu.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def get_note_detail_v1(
291291
self,
292292
*,
293293
note_id: str,
294-
format: bool | None = False,
295294
) -> ApiResponse[Any]:
296295
"""
297296
Note Details
@@ -300,13 +299,11 @@ def get_note_detail_v1(
300299
301300
Args:
302301
note_id: Unique note identifier on Xiaohongshu.
303-
format: Do not use unless confirmed by admin.
304302
"""
305303
return self._get(
306304
"/api/xiaohongshu/get-note-detail/v1",
307305
{
308306
"noteId": note_id,
309-
"format": format,
310307
},
311308
)
312309

openapi/public-api.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17097,16 +17097,6 @@
1709717097
"schema": {
1709817098
"type": "string"
1709917099
}
17100-
},
17101-
{
17102-
"description": "Do not use unless confirmed by admin.",
17103-
"in": "query",
17104-
"name": "format",
17105-
"required": false,
17106-
"schema": {
17107-
"default": false,
17108-
"type": "boolean"
17109-
}
1711017100
}
1711117101
],
1711217102
"responses": {

openapi/public-api.normalized.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17575,17 +17575,6 @@
1757517575
"type": "string"
1757617576
},
1757717577
"x-sdk-python-name": "note_id"
17578-
},
17579-
{
17580-
"description": "Do not use unless confirmed by admin.",
17581-
"in": "query",
17582-
"name": "format",
17583-
"required": false,
17584-
"schema": {
17585-
"default": false,
17586-
"type": "boolean"
17587-
},
17588-
"x-sdk-python-name": "format"
1758917578
}
1759017579
],
1759117580
"responses": {

0 commit comments

Comments
 (0)