v52

latestOpenAPI 3.1.0LGPLraw.githubusercontent.com2026-08-04157452441.5 KB
infra

Retrieve a list of operations to fix infra issues

get/infra/{infra_id}/auto_fixes

Path parameters

infra_idinteger required

An existing infra ID

Response

The list of suggested operations

Example response

[
  {
    "railjson": {
      "groups": {
        "LEFT": {
          "dst": "LEFT",
          "src": "BASE"
        },
        "RIGHT": {
          "dst": "RIGHT",
          "src": "BASE"
        }
      },
      "id": "Point",
      "ports": [
        "LEFT",
        "RIGHT",
        "BASE"
      ]
    }
  }
]