changeFileMode

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