File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ resources:
6767 methods :
6868 list : get /images
6969 create : post /images
70- retrieve : get /images/{name}
70+ get : get /images/{name}
7171 delete : delete /images/{name}
7272
7373 instances :
@@ -78,10 +78,10 @@ resources:
7878 methods :
7979 list : get /instances
8080 create : post /instances
81- retrieve : get /instances/{id}
81+ get : get /instances/{id}
8282 delete : delete /instances/{id}
83- put_in_standby : post /instances/{id}/standby
84- restore_from_standby : post /instances/{id}/restore
83+ standby : post /instances/{id}/standby
84+ restore : post /instances/{id}/restore
8585 logs : get /instances/{id}/logs
8686 # Subresources define resources that are nested within another for more powerful
8787 # logical groupings, e.g. `cards.payments`.
@@ -97,7 +97,7 @@ resources:
9797 methods :
9898 list : get /volumes
9999 create : post /volumes
100- retrieve : get /volumes/{id}
100+ get : get /volumes/{id}
101101 delete : delete /volumes/{id}
102102
103103 ingresses :
@@ -109,7 +109,7 @@ resources:
109109 methods :
110110 list : get /ingresses
111111 create : post /ingresses
112- retrieve : get /ingresses/{id}
112+ get : get /ingresses/{id}
113113 delete : delete /ingresses/{id}
114114
115115settings :
You can’t perform that action at this time.
0 commit comments