Examples

PUT /api/templates/1007981772-Job%20template%2032/foreign_input_sets/3
{
  "foreign_input_set": {
    "target_template_id": ""
  }
}
422
{
  "error": {
    "id": 3,
    "errors": {
      "target_template": [
        "can't be blank"
      ]
    },
    "full_messages": [
      "Target template can't be blank"
    ]
  }
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

template_id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

id
required

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

foreign_input_set
required

Validations:

  • Hash

foreign_input_set[target_template_id]
optional

Target template ID

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

foreign_input_set[include_all]
optional , nil allowed

Include all inputs from the foreign template

Validations:

  • Must be one of: true, false, 1, 0.

foreign_input_set[include]
optional , nil allowed

A comma separated list of input names to be included from the foreign template.

Validations:

  • String

foreign_input_set[exclude]
optional , nil allowed

A comma separated list of input names to be included from the foreign template.

Validations:

  • String

foreign_input_set[description]
optional , nil allowed

Input set description

Validations:

  • String