Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 1.64 KB

path.md

File metadata and controls

95 lines (52 loc) · 1.64 KB

fastify-oas

Globals / Path

Interface: Path

Hierarchy

  • Path

Index

Properties

Properties

$ref

Optional $ref: string

Defined in node_modules/@types/swagger-schema-official/index.d.ts:112


delete

Optional delete: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:116


get

Optional get: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:113


head

Optional head: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:118


options

Optional options: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:117


parameters

Optional parameters: Array<Parameter | Reference>

Defined in node_modules/@types/swagger-schema-official/index.d.ts:120


patch

Optional patch: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:119


post

Optional post: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:115


put

Optional put: Operation

Defined in node_modules/@types/swagger-schema-official/index.d.ts:114