II.
APIEndpoint JSON
Structured · liveapi-endpoint:breakpoints-mux-server-client-questions-create
POST /api/v1/questions json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:breakpoints-mux-server-client-questions-create",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/breakpoints-mux-server-client.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/v1/questions",
"method": "POST",
"path": "/api/v1/questions",
"authRequired": true,
"description": "[direction: outbound-client] Submit a new breakpoint (question) to the\nupstream breakpoints-pro server. Body: { text, context, routing,\nprojectId, repoId }. Source: packages/breakpoints-mux/src/backends/server.ts:287-294.\n"
},
"outgoingEdges": [
{
"from": "api-endpoint:breakpoints-mux-server-client-questions-create",
"to": "package:a5c-ai-breakpoints-mux",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "api-endpoint:breakpoints-mux-server-client-questions-create",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}