---
title: "Match All"
method: PUT
path: "/{full_path}"
tags: ["match_all"]
---

# Match All

`PUT /{full_path}`

Match all route

This router will take any requests with a path that is not defined and
1. If the request has email_hash, cluster_id etc that have a mapping, call that cluster directly
2. Otherwise hit all clusters

## Path parameters

- `full_path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-14** `fa7463aa152e` — 1 info
  - api operation id `match_all__full_path__delete` removed and replaced with `match_all__full_path__get`
- **2026-08-13** `d6bb25222daa` — 1 info
  - api operation id `match_all__full_path__patch` removed and replaced with `match_all__full_path__delete`
- **2026-08-12** `e5d00579d1db` — 1 info
  - api operation id `match_all__full_path__put` removed and replaced with `match_all__full_path__patch`
- **2026-08-10** `738a4b0ef47e` — 1 info
  - api operation id `match_all__full_path__get` removed and replaced with `match_all__full_path__put`
- **2026-08-08** `265a23056dc4` — 1 info
  - api operation id `match_all__full_path__post` removed and replaced with `match_all__full_path__get`

[Full history](https://skmtc.dev/spotdraft/apis/oogway-be-router/changes/:full_path/put.md)

---

[API](https://skmtc.dev/spotdraft/apis/oogway-be-router.md) · [All operations](https://skmtc.dev/spotdraft/apis/oogway-be-router/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spotdraft/oogway-be-router/revisions/fa7463aa152e/schema)
