iiRecord
Agentic AI Atlas · PATCH /api/dispatch-context-labels/:dispatchContextLabelId
api-endpoint:agent-mux-gateway-patch-dispatch-context-labela5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-patch-dispatch-context-label

Structured · live

PATCH /api/dispatch-context-labels/:dispatchContextLabelId json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-patch-dispatch-context-label",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "PATCH /api/dispatch-context-labels/:dispatchContextLabelId",
    "method": "PATCH",
    "path": "/api/dispatch-context-labels/:dispatchContextLabelId",
    "responseShape": "DispatchContextLabel",
    "authRequired": false,
    "description": "Update a dispatch-context label. Source: packages/agent-mux/gateway/src/kanban/routes.ts:920-936."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-patch-dispatch-context-label",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-patch-dispatch-context-label",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}