dispatch_projects_attach_job
Attaches a job to a project in the dispatch module by specifying the project ID and job ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| jobId | Yes | Job ID to attach | |
| _confirmed | No | Set to true to confirm this write operation |