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",
|
"username": "myuser",
|
||||||
"description_markdown": "My development Vagrant box",
|
"description_markdown": "My development Vagrant box",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"downloads": 123,
|
||||||
"current_version": {
|
"current_version": {
|
||||||
"version": "1.2.3",
|
"version": "1.2.3",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
|
@ -679,6 +680,7 @@ Sends a 2FA code to the requested delivery method.
|
||||||
"username": "myuser",
|
"username": "myuser",
|
||||||
"description_markdown": "My development Vagrant box",
|
"description_markdown": "My development Vagrant box",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"downloads": 123,
|
||||||
"current_version": {
|
"current_version": {
|
||||||
"version": "1.2.3",
|
"version": "1.2.3",
|
||||||
"status": "active",
|
"status": "active",
|
||||||
|
|
Loading…
Reference in New Issue