import { MethodPaths } from "@speakeasyapi/code-samples/models/operations";
let value: MethodPaths = {
method: "delete",
path: "/opt/sbin",
};
Field | Type | Required | Description |
---|---|---|---|
method |
components.HttpMethod | ✔️ | N/A |
path |
string | ✔️ | N/A |
import { MethodPaths } from "@speakeasyapi/code-samples/models/operations";
let value: MethodPaths = {
method: "delete",
path: "/opt/sbin",
};
Field | Type | Required | Description |
---|---|---|---|
method |
components.HttpMethod | ✔️ | N/A |
path |
string | ✔️ | N/A |