From 3e0477c20b87af05d3e72001a9dca862112e9d66 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Fri, 13 Jul 2018 14:57:05 -0400 Subject: [PATCH] website: Add downloads to box API responses --- website/source/docs/vagrant-cloud/api.html.md.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/vagrant-cloud/api.html.md.erb b/website/source/docs/vagrant-cloud/api.html.md.erb index 5aa0f356e..a8f61e8c7 100644 --- a/website/source/docs/vagrant-cloud/api.html.md.erb +++ b/website/source/docs/vagrant-cloud/api.html.md.erb @@ -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",