@tikoci/centrs
    Preparing search index...

    Function isApiMutating

    • Read-only iff the method is GET, or the terminal path verb is print/get/listen. Everything else is a write needing confirmation. Keyed on the verb/method, not the wire HTTP method — a POST …/print paged read does not prompt; --listen never relaxes the gate (a streaming-but-mutating /system/license/renew still confirms). See commands/api/README.md.

      Parameters

      • method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE"
      • path: string

      Returns boolean