@@ -3,15 +3,15 @@ FORMAT: 1A
33# Mill unit test API, Showtimes
44This is the API Blueprint file for Mill unit test API, Showtimes.
55
6- It was automatically generated by [Mill ](https://github.com/vimeo/mill) on 2017-04-20 11:43:54 .
6+ It was automatically generated by [Mill ](https://github.com/vimeo/mill) on 2017-04-20 13:56:37 .
77
88# Group Movies
99## Movies [/movies/{id}]
1010Information on a specific movie.
1111
1212### Get a single movie. [GET ]
1313+ Parameters
14- + `id` (integer , required ) - Movie ID
14+ - `id` (number , required ) - Movie ID
1515+ Response 200 (application/json)
1616 + Attributes (Movie)
1717+ Response 304 (application/json)
@@ -22,7 +22,7 @@ Information on a specific movie.
2222This action requires a bearer token with `edit` scope.
2323
2424+ Parameters
25- + `id` (integer , required ) - Movie ID
25+ - `id` (number , required ) - Movie ID
2626+ Request
2727 + Headers
2828
@@ -63,7 +63,7 @@ This action requires a bearer token with `edit` scope.
6363This action requires a bearer token with `delete` scope.
6464
6565+ Parameters
66- + `id` (integer , required ) - Movie ID
66+ - `id` (number , required ) - Movie ID
6767+ Response 204 (application/json)
6868+ Response 404 (application/json)
6969 + Attributes (Error)
@@ -127,7 +127,7 @@ Information on a specific movie theater.
127127
128128### Get a single movie theater [GET ]
129129+ Parameters
130- + `id` (integer , required ) - Theater ID
130+ - `id` (number , required ) - Theater ID
131131+ Response 200 (application/json)
132132 + Attributes (Theater)
133133+ Response 304 (application/json)
@@ -138,7 +138,7 @@ Information on a specific movie theater.
138138This action requires a bearer token with `create` scope.
139139
140140+ Parameters
141- + `id` (integer , required ) - Theater ID
141+ - `id` (number , required ) - Theater ID
142142+ Request
143143 + Headers
144144
@@ -159,7 +159,7 @@ This action requires a bearer token with `create` scope.
159159This action requires a bearer token with `delete` scope.
160160
161161+ Parameters
162- + `id` (integer , required ) - Theater ID
162+ - `id` (number , required ) - Theater ID
163163+ Response 204 (application/json)
164164+ Response 404 (application/json)
165165 + Attributes (Error)
0 commit comments