Does Api.bulk_create support action's arguments?
I'm try to create items that are related to the workspace by using bulk_create
but I don't know how to pass workspace_id as an argument
but I don't know how to pass workspace_id as an argument
create :create do
primary? true
accept [:start, :result]
argument :workspace_id, :uuid do
allow_nil? false
end
change manage_relationship(:workspace_id, :workspace, type: :append_and_remove)
end