パラメーター

パラメーター名 記述
location_id
任意

ロケーション別のスコープ

Validations:

  • Must be a Integer

organization_id
任意

組織別のスコープ

Validations:

  • Must be a Integer

template_id
必須

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set
必須

Validations:

  • Must be a Hash

foreign_input_set[target_template_id]
必須

ターゲットテンプレート ID

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

foreign_input_set[include_all]
任意 , nil可

Include all inputs from the foreign template

Validations:

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

foreign_input_set[include]
任意 , nil可

外部テンプレートから含める入力名のコンマ区切り一覧。

Validations:

  • Must be a String

foreign_input_set[exclude]
任意 , nil可

外部テンプレートから含める入力名のコンマ区切り一覧。

Validations:

  • Must be a String

foreign_input_set[description]
任意 , nil可

入力セットの説明

Validations:

  • Must be a String