How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ackerleytng/kc-quickstart-photoz"
config.vm.box_version = "0.0.2"
end
vagrant init ackerleytng/kc-quickstart-photoz \
--box-version 0.0.2
vagrant up
This version was created over 3 years ago.
The /album/{id} endpoint now honours the scopes shared - if you share album:view, the other user can only view the album and not delete it