Project

General

Profile

Download (233 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman_pipeline / app / views / foreman_pipeline / api / environments / show.json.rabl @ abf1341e

1 6fea9601 Ondrej Prazak
object @environment => :environment
2
3
extends 'katello/api/v2/common/identifier'
4
5
attributes :library
6
7
extends 'katello/api/v2/common/timestamps'
8 6041a6ec Ondrej Prazak
9 abf1341e Ondrej Prazak
child :successors => :successors do |env|
10
  attributes :name, :id, :label, :library
11 6041a6ec Ondrej Prazak
end