# Decorator Path

Decorator swagger schema classDecorator operation
Module
import { Path } from "@tsed/schema"
Source/packages/specs/schema/src/types/decorators/operations/path.ts

# Overview

function Path(path: string): (...args: any[]) => any;

# Description

Set class path to expose all endpoints

WARNING

Don't use this decorator to change the path if you develop your application with Ts.ED.