Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

File metadata and controls

19 lines (14 loc) · 1.23 KB

MethodPaths

Example Usage

import { MethodPaths } from "@speakeasyapi/code-samples/models/operations";

let value: MethodPaths = {
  method: "delete",
  path: "/opt/sbin",
};

Fields

Field Type Required Description
method components.HttpMethod ✔️ N/A
path string ✔️ N/A