Skip to main content
PUT
/
orgs
/
{org_id}
/
alignment-template
DEPRECATED — use PUT /v1/alignment/org/{org_id}.
curl --request PUT \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/alignment-template
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": "<unknown>"
  }
}

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Response

Permanent Redirect (RFC 7538). This URL is deprecated; follow Location to the canonical /v1/<resource>/<scope>/<scope_id> shape. Method and body are preserved across the redirect — modern clients re-issue the same PUT / POST / DELETE against the target unchanged.