diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-19 10:54:11 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-19 17:58:51 +0000 |
commit | 4fce83663cfbfc6ee7be35ca8ef5ae5c96ec56a7 (patch) | |
tree | 18e1a243051e45b4bcd438f9c264eeb4be8c10c4 | |
parent | 7a860ddb028df13fd96b4869026ee0b73c61c753 (diff) |
Fix table formatting in api_mapping
Change-Id: Ia76924629a450e51fc2a2bdbf7821a3c5f7a053e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | docs/development/manuals/api_mapping.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/manuals/api_mapping.rst b/docs/development/manuals/api_mapping.rst index 6a1bfb7..c92e09b 100644 --- a/docs/development/manuals/api_mapping.rst +++ b/docs/development/manuals/api_mapping.rst @@ -277,7 +277,7 @@ II.a) REQUEST | Filter | | meta-data information or status information | on a filter. In Blazar you can either list all | | | | expressing the type of information to be | leases registered in Blazar (GET /v1/leases) or | | | | retrieved. It can also be used to specify one | show information about a specific lease | -| | | or more reservations to be queried by | (GET /v1/leases/{lease-id}). | +| | | or more reservations to be queried by | (GET /v1/leases/{lease-id}). | | | | providing their identifiers. | | +----------------------------------+--------------------------------------+------------------------------------------------+-------------------------------------------------+ |