Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 9920b406 authored by alperozturk's avatar alperozturk
Browse files

fix add

parent 30344aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ interface ShareAPI {
    @PATCH("shares")
    fun updateShare(@Body request: UpdateShareRequest): Call<OcsResponse<CreateShareResponse>>

    @POST("shares")
    @POST("shares?format=json")
    fun addShare(@Body request: CreateShareRequest): Call<OcsResponse<CreateShareResponse>>

    @PATCH("shares/{shareId}")