Files
blazar/doc/api_samples/leases/lease-update-req.json
Hiroaki Kobayashi 5b32c729e7 Add an API reference
This patch adds an API reference which follows the API documentation
guide[1].

[1] https://docs.openstack.org/doc-contrib-guide/api-guides.html

Partial-Bug: #1721489
Partial-Bug: #1703268
Change-Id: Iddcc2e2d40874895cedaca68b8ce9cafa6228deb
2018-02-02 02:17:18 +00:00

16 lines
310 B
JSON

{
"end_date": "2017-12-28 12:00",
"reservations": [
{
"id": "087bc740-6d2d-410b-9d47-c7b2b55a9d36",
"min": 6,
"max": 8
},
{
"id": "ddc45423-f863-4e4e-8e7a-51d27cfec962",
"amount": 6
}
],
"events": []
}