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
5 changes: 3 additions & 2 deletions en/api-reference/openapi_chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -480,7 +481,7 @@
},
"user": {
"type": "string",
"description": "User identifier, defined by the developer's rules, must be unique within the application."
"description": "Identifier for the end user, defined by your application's rules and unique within the app. Service API and WebApp user IDs are separate, even when identical."
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions en/api-reference/openapi_chatflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -508,7 +509,7 @@
},
"user": {
"type": "string",
"description": "User identifier, defined by the developer's rules, must be unique within the application."
"description": "Identifier for the end user, defined by your application's rules and unique within the app. Service API and WebApp user IDs are separate, even when identical."
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions en/api-reference/openapi_completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -453,7 +454,7 @@
},
"user": {
"type": "string",
"description": "User identifier, defined by the developer's rules, must be unique within the application."
"description": "Identifier for the end user, defined by your application's rules and unique within the app. Service API and WebApp user IDs are separate, even when identical."
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions en/api-reference/openapi_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -783,7 +784,7 @@
},
"user": {
"type": "string",
"description": "User identifier, defined by the developer's rules, must be unique within the application."
"description": "Identifier for the end user, defined by your application's rules and unique within the app. Service API and WebApp user IDs are separate, even when identical."
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions ja/api-reference/openapi_chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -480,7 +481,7 @@
},
"user": {
"type": "string",
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。"
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。Service API と WebApp のユーザー ID は独立しており、値が同じでも同じユーザーを指しません。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions ja/api-reference/openapi_chatflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -508,7 +509,7 @@
},
"user": {
"type": "string",
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。"
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。Service API と WebApp のユーザー ID は独立しており、値が同じでも同じユーザーを指しません。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions ja/api-reference/openapi_completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -453,7 +454,7 @@
},
"user": {
"type": "string",
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。"
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。Service API と WebApp のユーザー ID は独立しており、値が同じでも同じユーザーを指しません。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions ja/api-reference/openapi_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -783,7 +784,7 @@
},
"user": {
"type": "string",
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。"
"description": "ユーザー識別子。開発者のルールで定義され、アプリケーション内で一意である必要があります。Service API と WebApp のユーザー ID は独立しており、値が同じでも同じユーザーを指しません。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions zh/api-reference/openapi_chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -480,7 +481,7 @@
},
"user": {
"type": "string",
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。"
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。Service API 与 WebApp 的用户 ID 相互独立,即使取值相同也不指向同一用户。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions zh/api-reference/openapi_chatflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -508,7 +509,7 @@
},
"user": {
"type": "string",
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。"
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。Service API 与 WebApp 的用户 ID 相互独立,即使取值相同也不指向同一用户。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions zh/api-reference/openapi_completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -453,7 +454,7 @@
},
"user": {
"type": "string",
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。"
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。Service API 与 WebApp 的用户 ID 相互独立,即使取值相同也不指向同一用户。"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions zh/api-reference/openapi_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@
"schema": {
"type": "object",
"required": [
"file"
"file",
"user"
],
"properties": {
"file": {
Expand All @@ -783,7 +784,7 @@
},
"user": {
"type": "string",
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。"
"description": "用户标识符,由开发者定义的规则生成,必须在应用内唯一。Service API 与 WebApp 的用户 ID 相互独立,即使取值相同也不指向同一用户。"
}
}
}
Expand Down
Loading