パラメーター

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

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

callback
任意

Validations:

  • Must be a Hash

callback[task_id]
任意

タスクの UUID

Validations:

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

callback[step_id]
任意

イベントの送信先の実行プラン内のステップ ID

Validations:

  • Must be a String

data
任意

アクションに送信されるデータ

Validations:

  • Must be a Hash

callbacks
任意

Validations:

  • Must be an Array of nested elements

callbacks[callback]
任意

Validations:

  • Must be a Hash

callbacks[callback][task_id]
任意

タスクの UUID

Validations:

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

callbacks[callback][step_id]
任意

イベントの送信先の実行プラン内のステップ ID

Validations:

  • Must be a String

callbacks[data]
任意

アクションに送信されるデータ

Validations:

  • Must be a Hash