I'm using Cloud Foundry API to modify apps on IBM Bluemix. I got oauth key and succeeded in calling simple REST requests, like v2/apps. However, as I want to update XSP application I need to send a nsf file to bluemix.
I tried to use /v2/apps/:guid request, but according to documentation I can only send application parameters, but I cannot send whole application file.
Is there an endpoint to do that?