website: Add downloads to box API responses
This commit is contained in:
parent
a2abbcdc92
commit
3e0477c20b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue