---
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-20** `ec1daefd2485` — 1 info
  - api operation id `match_all__full_path__get` removed and replaced with `match_all__full_path__delete`
- **2026-08-19** `9e9a490f902f` — 1 info
  - api operation id `match_all__full_path__patch` removed and replaced with `match_all__full_path__get`
- **2026-08-18** `cf6ceffc5dd5` — 1 info
  - api operation id `match_all__full_path__get` removed and replaced with `match_all__full_path__patch`
- **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`

[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/ec1daefd2485/schema)
