post/apps/{appID}/uploads/{uploadID}/complete
Path parameters
appIDstring required
ID of the app, e.g., mT91fPcZCWigkZXgSZGJ
Example:mT91fPcZCWigkZXgSZGJ
uploadIDstring required
ID of the upload, e.g., upload-123
Example:upload-123
Response
Example response
{
"data": {
"url": "https://storage.googleapis.com/glide-uploads/example.png"
}
}