mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
differentiate operationId for end-user api across app types (#692)
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
"get": {
|
||||
"summary": "Get End User",
|
||||
"description": "Retrieve an end user by ID.\n\nThis is useful when other APIs return an end-user ID (e.g. `created_by` from File Upload).",
|
||||
"operationId": "getEndUser",
|
||||
"operationId": "getEndUserChat",
|
||||
"tags": ["End Users"],
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
@@ -141,7 +141,7 @@
|
||||
"get": {
|
||||
"summary": "Get End User",
|
||||
"description": "Retrieve an end user by ID.\n\nThis is useful when other APIs return an end-user ID (e.g. `created_by` from File Upload).",
|
||||
"operationId": "getEndUser",
|
||||
"operationId": "getEndUserChatflow",
|
||||
"tags": ["End Users"],
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
"get": {
|
||||
"summary": "Get End User",
|
||||
"description": "Retrieve an end user by ID.\n\nThis is useful when other APIs return an end-user ID (e.g. `created_by` from File Upload).",
|
||||
"operationId": "getEndUser",
|
||||
"operationId": "getEndUserCompletion",
|
||||
"tags": ["End Users"],
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
"get": {
|
||||
"summary": "Get End User",
|
||||
"description": "Retrieve an end user by ID.\n\nThis is useful when other APIs return an end-user ID (e.g. `created_by` from File Upload).",
|
||||
"operationId": "getEndUser",
|
||||
"operationId": "getEndUserWorkflow",
|
||||
"tags": ["End Users"],
|
||||
"parameters": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user