toggle menu
gitlab
jvm
switch theme
search in API
gitlab
/
com.mato.gitlab.api
/
RepositoryFilesApi
/
updateExistingFile
update
Existing
File
@
PUT
(
value
=
"projects/{id}/repository/files/{file_path}"
)
abstract
suspend
fun
updateExistingFile
(
@
Path
(
value
=
"id"
)
id
:
String
,
@
Path
(
value
=
"file_path"
)
filePath
:
String
,
@
Body
updateFileRequest
:
FileOperatorRequest
)
:
Result
<
FileOperatorResponse
>