Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/openapi.zh.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -49172,14 +49172,14 @@
"properties": {
"request_id": {
"type": "string",
"description": "Unique ID for this request. Mirrored in the Flashcat-Request-Id header. Include it when reporting issues.",
"description": "本次请求的唯一 ID,与 Flashcat-Request-Id 响应头一致。反馈问题时请携带该 ID。",
"example": "01HK8XQE3Z7JM2NTFQ5YJ8P9R4"
},
"error": {
"$ref": "#/components/schemas/DutyError"
},
"data": {
"description": "Endpoint-specific payload. See each operation's 200 response schema."
"description": "端点专属数据负载,具体结构见各操作 200 响应中的 schema"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions api-reference/safari.openapi.zh.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -6220,14 +6220,14 @@
"properties": {
"request_id": {
"type": "string",
"description": "Unique ID for this request. Mirrored in the Flashcat-Request-Id header. Include it when reporting issues.",
"description": "本次请求的唯一 ID,与 Flashcat-Request-Id 响应头一致。反馈问题时请携带该 ID。",
"example": "01HK8XQE3Z7JM2NTFQ5YJ8P9R4"
},
"error": {
"$ref": "#/components/schemas/DutyError"
},
"data": {
"description": "Endpoint-specific payload. See each operation's 200 response schema."
"description": "端点专属数据负载,具体结构见各操作 200 响应中的 schema"
}
},
"required": [
Expand Down
Loading