You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/api/user/docs/userapi_docs.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ const docTemplateuserapi = `{
15
15
"host": "{{.Host}}",
16
16
"basePath": "{{.BasePath}}",
17
17
"paths": {
18
-
"/.well-known/agent-card.json": {
18
+
"/a2a/.well-known/agent-card.json": {
19
19
"get": {
20
20
"description": "Returns agent cards for all agents that have A2A enabled. Each card describes the agent's identity, capabilities, skills, and security requirements following the A2A protocol specification.",
Copy file name to clipboardExpand all lines: server/api/user/docs/userapi_swagger.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"host": "localhost:8080",
13
13
"basePath": "/api/v1",
14
14
"paths": {
15
-
"/.well-known/agent-card.json": {
15
+
"/a2a/.well-known/agent-card.json": {
16
16
"get": {
17
17
"description": "Returns agent cards for all agents that have A2A enabled. Each card describes the agent's identity, capabilities, skills, and security requirements following the A2A protocol specification.",
0 commit comments