Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace openapi

Index

Type aliases

Auth: { bearerAuth: string[] }

Type declaration

  • bearerAuth: string[]
BodyContent: { [ key in MediaType]?: Media }
MediaType: "application/json" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/xml" | "text/plain" | "text/yaml" | "application/yaml"
Method: "get" | "post" | "put" | "patch" | "delete"
ParamType: "path" | "query" | "header"
Path: { [ name in Method]?: Operation }

Generated using TypeDoc