diff options
Diffstat (limited to 'app/views/api')
| -rw-r--r-- | app/views/api/v1/workbenches/index.rabl | 3 | ||||
| -rw-r--r-- | app/views/api/v1/workbenches/show.rabl | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/api/v1/workbenches/index.rabl b/app/views/api/v1/workbenches/index.rabl new file mode 100644 index 000000000..2f0bf5fee --- /dev/null +++ b/app/views/api/v1/workbenches/index.rabl @@ -0,0 +1,3 @@ +collection @workbenches + +extends "api/v1/workbenches/show" diff --git a/app/views/api/v1/workbenches/show.rabl b/app/views/api/v1/workbenches/show.rabl new file mode 100644 index 000000000..d43727809 --- /dev/null +++ b/app/views/api/v1/workbenches/show.rabl @@ -0,0 +1,3 @@ +object @workbench + +attributes :id, :name |
