@tikoci/centrs
    Preparing search index...

    Type Alias ApiVerb

    ApiVerb: "print" | "add" | "set" | "remove" | "run"

    RouterOS verb the api orchestrator resolved from the HTTP method (the gh-api -X map: GET→print, PUT→add, PATCH→set, DELETE→remove, POST→run). print covers list, get-singleton, and get-one (disambiguated by id).