decodeStorePath( method: string, relativePath: string, req: Request, ctx: DecodePathContext,): StoreCommand<SchemaRegistry> | "unknown_type" Parameters
- method: string
- relativePath: string
- req: Request
- ctx: DecodePathContext
Returns StoreCommand<SchemaRegistry> | "unknown_type"
Decode a store-relative path (after basePath strip) into a command, or null if unmatched.