mirror of https://github.com/apache/jclouds.git
Merge pull request #778 from everett-toews/issue-1063
Fixed Issue 1063.
This commit is contained in:
commit
9981eee038
|
@ -144,7 +144,7 @@ public interface ServerAsyncApi {
|
|||
@Path("/servers/{id}/action")
|
||||
@Consumes
|
||||
@Produces(MediaType.APPLICATION_JSON)
|
||||
@Payload("%7B\"resize\":%7B\"flavorId\":{flavorId}%7D%7D")
|
||||
@Payload("%7B\"resize\":%7B\"flavorRef\":{flavorId}%7D%7D")
|
||||
ListenableFuture<Void> resizeServer(@PathParam("id") String id, @PayloadParam("flavorId") String flavorId);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue