iiRecord
Agentic AI Atlas · POST /api/v1/refresh
api-endpoint:post-refresha5c.ai
II.
APIEndpoint JSON

api-endpoint:post-refresh

Structured · live

POST /api/v1/refresh json

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

File · extensions/api-endpoints/api-endpoints-symphony.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:post-refresh",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/api-endpoints-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "POST /api/v1/refresh",
    "method": "POST",
    "path": "/api/v1/refresh",
    "responseShape": "{ ok: boolean, reconciliationId: string }",
    "authRequired": false
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:post-refresh",
      "to": "http-server:default-localhost",
      "kind": "exposed_by",
      "attributes": {}
    },
    {
      "from": "api-endpoint:post-refresh",
      "to": "operational-trigger:refresh-poll",
      "kind": "fires_operational_trigger",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}