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
26 changes: 26 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6060,6 +6060,32 @@
}
}
},
"/.well-known/oauth-protected-resource/api/graphql": {
"get": {
"operationId": "get-.well-known-oauth-protected-resource-api-graphql",
"summary": "Canonical RFC 9728 protected resource metadata for GraphQL",
"tags": [
"Api"
],
"responses": {
"200": {
"description": "Response 200"
}
}
},
"options": {
"operationId": "options-.well-known-oauth-protected-resource-api-graphql",
"summary": "CORS preflight for GraphQL protected resource metadata",
"tags": [
"Api"
],
"responses": {
"204": {
"description": "Response 204"
}
}
}
},
"/.well-known/oauth-protected-resource/api/mcp": {
"get": {
"operationId": "get-.well-known-oauth-protected-resource-api-mcp",
Expand Down
1 change: 1 addition & 0 deletions internal/cmd/apicmd/api_paths_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading