Fix example response for reports/tenant
Change-Id: I63042366e7d7c54c7422b7fb8218aa22c75e01c4
This commit is contained in:
parent
c68002c49e
commit
86c8233ea1
@ -56,7 +56,10 @@ Get all tenants
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"tenants": ["3d8391080d4a4ec4b3eadf18e6b1539a"]
|
||||
"tenants": [{
|
||||
"domain_count": 2,
|
||||
"id": "71ee6d049a49435c8f7dd002cfe08d96"
|
||||
}]
|
||||
}
|
||||
|
||||
:form tenants: List of tenants
|
||||
@ -66,7 +69,7 @@ Get all tenants
|
||||
Report tenant resources
|
||||
-----------------------
|
||||
|
||||
.. http:get:: /reports/(tenant_id)
|
||||
.. http:get:: /reports/tenants/(tenant_id)
|
||||
|
||||
Report tenant resources
|
||||
|
||||
@ -74,7 +77,7 @@ Report tenant resources
|
||||
|
||||
.. sourcecode:: http
|
||||
|
||||
GET /reports/3d8391080d4a4ec4b3eadf18e6b1539a HTTP/1.1
|
||||
GET /reports/tenants/3d8391080d4a4ec4b3eadf18e6b1539a HTTP/1.1
|
||||
Host: example.com
|
||||
Accept: application/json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user