app/views/foreman_tasks/api/tasks/show.json.rabl in foreman-tasks-0.13.1 vs app/views/foreman_tasks/api/tasks/show.json.rabl in foreman-tasks-0.13.2
- old
+ new
@@ -1,5 +1,5 @@
object @task if @task
-attributes :id, :label, :pending
+attributes :id, :label, :pending, :action
attributes :username, :started_at, :ended_at, :state, :result, :progress
attributes :input, :output, :humanized, :cli_example