Hello,

I'm trying to interact with an API that needs the usage of arrays.
    
    
    var status = newMultipartData()
    status["media_ids"] = [imageId]
    
    
    Run

But `[]=` only supports strings.

How should I send this data?

Thank you,

@luqaska.

Reply via email to