ghanshyam 6a75cb2ef9 Fix 'all_tenants' & 'all_projects' type in api-ref
'all_tenants' and 'all_projects' are query param to
list the resources for all tenants/projects.

Checking of this query param in code is different in different APIs.
- GET /servers and /servers/detail API checks the value of 'all_tenants'
  strictly as boolean if there is one present.
- other APIs just checks the presence of it in req,
  like GET /os-server-groups, /os-fping

api-ref mentioned this param types as integer, boolean or string.

This commit make api-ref consistent to have type of this query param
as string.

Change-Id: I5297e6baa1e3d06adfc9d29d2bc56124119b9c8c
Closes-Bug: #1734427
2018-01-23 02:30:09 +00:00
..
2017-06-07 21:05:12 +00:00
2017-05-23 17:17:52 +07:00
2016-11-11 14:01:51 -05:00
2017-03-31 06:19:01 +00:00
2017-09-07 15:42:31 +02:00
2017-04-27 22:28:01 -04:00
2017-05-04 16:13:45 +08:00
2017-03-29 01:37:56 +08:00
2017-11-28 11:07:36 +08:00
2017-09-07 15:42:31 +02:00
2017-07-13 11:40:43 +08:00
2017-09-07 15:42:31 +02:00