How can I set the visibility of app to team while uploading through curl commands?

How can I set the visibility of app to team while uploading through curl commands?

Hey Tim

In order to set the visibility of your app to your team while uploading through curl commands, we suggest you use this command:

curl -u “UN:AK” -X POST “https://manual-api.lambdatest.com/app/upload/realDevice” -F “url=:https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk” -F “name=Proverbial_App” -F “visibility=team”

Basically, with this command, we added a flag for visibility which has the value of individual or team.