mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/stoptaskrequest.md
Normal file
17
docs/sdk/models/operations/stoptaskrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# StopTaskRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: StopTaskRequest = {
|
||||
taskName: PathParamTaskName.BackupDatabase,
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
||||
| `taskName` | [operations.PathParamTaskName](../../../sdk/models/operations/pathparamtaskname.md) | :heavy_check_mark: | The name of the task to be started. |
|
||||
Reference in New Issue
Block a user