mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
Normalized imports, regenerated
This commit is contained in:
30
docs/sdk/models/operations/pathparamtaskname.md
Normal file
30
docs/sdk/models/operations/pathparamtaskname.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# PathParamTaskName
|
||||
|
||||
The name of the task to be started.
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { PathParamTaskName } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: PathParamTaskName = PathParamTaskName.RefreshLocalMedia;
|
||||
```
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------------------------- | --------------------------- |
|
||||
| `BackupDatabase` | BackupDatabase |
|
||||
| `BuildGracenoteCollections` | BuildGracenoteCollections |
|
||||
| `CheckForUpdates` | CheckForUpdates |
|
||||
| `CleanOldBundles` | CleanOldBundles |
|
||||
| `CleanOldCacheFiles` | CleanOldCacheFiles |
|
||||
| `DeepMediaAnalysis` | DeepMediaAnalysis |
|
||||
| `GenerateAutoTags` | GenerateAutoTags |
|
||||
| `GenerateChapterThumbs` | GenerateChapterThumbs |
|
||||
| `GenerateMediaIndexFiles` | GenerateMediaIndexFiles |
|
||||
| `OptimizeDatabase` | OptimizeDatabase |
|
||||
| `RefreshLibraries` | RefreshLibraries |
|
||||
| `RefreshLocalMedia` | RefreshLocalMedia |
|
||||
| `RefreshPeriodicMetadata` | RefreshPeriodicMetadata |
|
||||
| `UpgradeMediaAnalysis` | UpgradeMediaAnalysis |
|
||||
Reference in New Issue
Block a user