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
2 changes: 1 addition & 1 deletion en/api-reference/openapi_chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion en/api-reference/openapi_chatflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion en/api-reference/openapi_completion.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion en/api-reference/openapi_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
Loading