changeFileOwner

@PUT(value = "/zosmf/restfiles/fs/{filepath-name}")
abstract fun changeFileOwner(@Header(value = "Authorization") authorizationToken: String, @Header(value = "X-IBM-BPXK-AUTOCVT") xIBMBpxkAutoCvt: XIBMBpxkAutoCvt? = null, @Body body: ChangeOwner, @Path(value = "filepath-name") filePath: FilePath): Call<Void>