Skip to content

Commit 8c08d62

Browse files
authored
Merge pull request #489 from vimeo/remove-unnecessary-path
Remove unnecessary path parameter
2 parents 0caddf3 + e8d6373 commit 8c08d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/src/main/java/com/vimeo/networking2/VimeoService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ internal interface VimeoService {
213213
): VimeoCall<Folder>
214214

215215
@FormUrlEncoded
216-
@HTTP(method = "DELETE", path = "{path}", hasBody = true)
216+
@HTTP(method = "DELETE", hasBody = true)
217217
fun deleteFolder(
218218
@Header(AUTHORIZATION) authorization: String,
219219
@Url uri: String,

0 commit comments

Comments
 (0)