Part
Annotate a single part of a multipart request.
If the type is PartData
the value will be used directly with its content type.
@POST("upload")
@Multipart
suspend fun uploadFile(@Part("description") description: String, @Part("extra") data: List<PartData>): String
Content copied to clipboard