Re: Doubt using the REST method: "/v2/resource_match"
Christopher Piraino <cpiraino@...>
Juan,
That is correct, you do not need to call /v2/resource_match. I am not sure what you mean by being able to upload the structure(?) but the files being empty. If you could clarify that would be helpful. An important aspect to note about the "/v2/apps/:guid/bits" endpoint is that it expects a multipart PUT to be sent to it. The API docs here[1] should help. In your case, the resources block would be an empty array since you are not using resource matching. - Chris Piraino [1]: http://apidocs.cloudfoundry.org/214/apps/uploads_the_bits_for_an_app.html On Thu, Aug 6, 2015 at 2:31 PM, Juan Antonio BreƱa Moral < bren(a)juanantonio.info> wrote: Hi Arthur, |
|