website: Add downloads to box API responses

This commit is contained in:
Justin Campbell 2018-07-13 14:57:05 -04:00
parent a2abbcdc92
commit 3e0477c20b
1 changed files with 2 additions and 0 deletions

View File

@ -598,6 +598,7 @@ Sends a 2FA code to the requested delivery method.
"username": "myuser",
"description_markdown": "My development Vagrant box",
"private": true,
"downloads": 123,
"current_version": {
"version": "1.2.3",
"status": "active",
@ -679,6 +680,7 @@ Sends a 2FA code to the requested delivery method.
"username": "myuser",
"description_markdown": "My development Vagrant box",
"private": true,
"downloads": 123,
"current_version": {
"version": "1.2.3",
"status": "active",