Zowe Client Kotlin SDK
1.3.0-rc.11
Other Docs
zosmf-retrofit2
/
eu.ibagroup.r2z
/
DataAPI
/
createUssFile
create
Uss
File
@
POST
(
value
=
"/zosmf/restfiles/fs/{filepath-name}"
)
abstract
fun
createUssFile
(
@
Header
(
value
=
"Authorization"
)
authorizationToken
:
String
,
@
Header
(
value
=
"X-IBM-Override-Umask"
)
xIBMOverrideUmask
:
Boolean
=
true
,
@
Path
(
value
=
"filepath-name"
,
encoded
=
true
)
filePath
:
FilePath
,
@
Body
body
:
CreateUssFile
)
:
Call
<
Void
>