differentiate operationId for end-user api across app types (#692)

This commit is contained in:
Riskey
2026-03-01 22:08:36 +08:00
committed by GitHub
parent b7f1aab7b4
commit a1985649f3
4 changed files with 4 additions and 4 deletions

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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": [
{

View File

@@ -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": [
{