Skip to content

Commit d4544ff

Browse files
chore: sync OpenAPI spec and generated SDK v3.0.32
# OpenAPI Sync Summary - Paths: 271 -> 271 - Tags: 33 -> 33 - Added operationId count: 0 - Removed operationId count: 0 - Changed operationId count: 1 ## Added operationId - None ## Removed operationId - None ## Changed operationId - getApiDouyinSearchVideoV4 [GET /api/douyin/search-video/v4]
1 parent 5c8b863 commit d4544ff

4 files changed

Lines changed: 6 additions & 6 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.31"
1+
__version__ = "3.0.32"

justoneapi/generated/resources/douyin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def search_video_v4(
3030
publish_time: Filter by video publish time range. Available Values: - `_0`: No Limit - `_1`: Last 24 Hours - `_7`: Last 7 Days - `_180`: Last 6 Months
3131
duration: Filter by video duration. Available Values: - `_0`: No Limit - `_1`: Under 1 Minute - `_2`: 1-5 Minutes - `_3`: Over 5 Minutes
3232
page: Page number (starting from 1).
33-
search_id: Search ID; required for pages > 1 (use the search_id value returned by the last response).
33+
search_id: Search ID; required for pages > 1. Use data.business_config.next_page.search_id from the previous response, and stop paging when data.business_config.has_more is 0.
3434
"""
3535
return self._get(
3636
"/api/douyin/search-video/v4",

openapi/public-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7100,7 +7100,7 @@
71007100
}
71017101
},
71027102
{
7103-
"description": "Search ID; required for pages > 1 (use the search_id value returned by the last response).",
7103+
"description": "Search ID; required for pages > 1. Use data.business_config.next_page.search_id from the previous response, and stop paging when data.business_config.has_more is 0.",
71047104
"in": "query",
71057105
"name": "searchId",
71067106
"required": false,
@@ -25598,5 +25598,5 @@
2559825598
"x-platform-id": "1688"
2559925599
}
2560025600
],
25601-
"x-openapi-release-id": "8eda819b26ce3855"
25601+
"x-openapi-release-id": "e3740db4de6ef3db"
2560225602
}

openapi/public-api.normalized.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7230,7 +7230,7 @@
72307230
"x-sdk-python-name": "page"
72317231
},
72327232
{
7233-
"description": "Search ID; required for pages > 1 (use the search_id value returned by the last response).",
7233+
"description": "Search ID; required for pages > 1. Use data.business_config.next_page.search_id from the previous response, and stop paging when data.business_config.has_more is 0.",
72347234
"in": "query",
72357235
"name": "searchId",
72367236
"required": false,
@@ -26143,5 +26143,5 @@
2614326143
"x-platform-id": "1688"
2614426144
}
2614526145
],
26146-
"x-openapi-release-id": "8eda819b26ce3855"
26146+
"x-openapi-release-id": "e3740db4de6ef3db"
2614726147
}

0 commit comments

Comments
 (0)