# operation: printing.update-args
Description: Allows the user to update the intercepted prepared print request arguments.

Inputs: `PreparedPrintJobUpdateArgs`

PreparedPrintJobUpdateArgs properties:
```json
{
  "printJobArgs": {
    "description": "The prepared print job arguments.",
    "isRequired": "true"
  },
  "update": {
    "description": "The print job update arguments."
  }
}
```

Outputs: `PrintJobArgs`

---
