uploadWithResponse

fun uploadWithResponse(content: File? = null, type: String? = null, value: String? = null): <Error class: unknown class><Upload201Response>

API that can be used to upload file and get identifier associated to it

Return

a Response object with a body of type Upload201Response

Parameters

content

Content of the resource (optional)

Throws