Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
DataAPI
/
changeFileOwner
change
File
Owner
@
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
>