Skip to content

Commit

Permalink
Adds version number to Image API calls, fixing bug 940416
Browse files Browse the repository at this point in the history
Change-Id: I1c8628dbd304d4613bfe21d21ee8ad87d655baf3
  • Loading branch information
annegentle committed Feb 29, 2012
1 parent 9810d21 commit 0223287
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
<!--*******************************************************-->

<resources base="https://glance.example.com/">
<resource id="Images" type="#ImageList" path="images">
<resource id="info" path="v1">
<resource id="Images" type="#ImageList" path="images">
<method href="#createImage" />
<resource path="detail" type="#DetailImageList"/>
<resource path="{image_id}">
Expand Down Expand Up @@ -64,6 +65,7 @@
<method href="#getSharedImages" />
</resource>
</resource>
</resource>
</resources>

<!--*******************************************************-->
Expand Down

0 comments on commit 0223287

Please sign in to comment.