MoveActionBody

Body for Move Action. The moved action is placed immediately after the action identified by `after`.

Properties

afterstringrequiredminLen 1

An existing `action_instance_id` (NOT an `action_id`). Cannot equal the action being moved.

Example

MoveActionBody example
{
  "after": "enrich_company_linkedin_profile_1"
}