magus v0.4.3 is out. See what's new
¶ View markdown source · ✎ Suggest an edit

MGS9012: method not allowed

The server answered 405 method not allowed because the route does not serve the request's HTTP method. The Allow header names the methods it does serve.

[MGS9012] DELETE /api/v1/insight is not served; use GET
  see: .../MGS9012.md

Why

Each /api/v1/ route reads or writes one way: the read routes answer GET, and the few that change state (starting a share, disposing an attention request) take POST. A route never guesses what another method meant.

Resolution

Send the request with a method the Allow header names. A browser OPTIONS preflight is not refused; it gets 204.

MGS9012authapihttp405
Last updated (95680f58)
Earlier changes on this page (1)

Full history ↗ · Blame source ↗

Glossary

Op

A single tool-native command a target composes (long form: operation); the middle of the work hierarchy (Spell to Op to Target). See operations.

Server

The background process a person starts with magus server start. It serves MCP, the console, background jobs and the warm knowledge graph, and adopts nested magus calls into one pool. See server.

Insight

The reports magus derives over the graph and history (hotspots, affinity, ownership, trend, volatility, unreferenced). See insight.

Conventions

This page uses none of the site's convention markers. The full set is on the conventions page.