POST /api/templates/1007982015-Job%20template%20134/foreign_input_sets { "foreign_input_set": { "target_template_id": 1007982017 } } 201 { "template_id": 1007982015, "target_template_name": "Job template 136", "include_all": true, "include": null, "exclude": null, "id": 14, "target_template_id": 1007982017 }
Param name | Description |
---|---|
location_id
optional |
Set the current location context for the request Validations:
|
organization_id
optional |
Set the current organization context for the request Validations:
|
template_id
required |
Validations:
|
foreign_input_set
required |
Validations:
|
foreign_input_set[target_template_id]
required |
Target template ID Validations:
|
foreign_input_set[include_all]
optional , nil allowed |
Include all inputs from the foreign template Validations:
|
foreign_input_set[include]
optional , nil allowed |
A comma separated list of input names to be included from the foreign template. Validations:
|
foreign_input_set[exclude]
optional , nil allowed |
A comma separated list of input names to be included from the foreign template. Validations:
|
foreign_input_set[description]
optional , nil allowed |
Input set description Validations:
|