From e7023159cc6b62eb8a5954dbe76c8750b76e45b8 Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Thu, 24 Mar 2016 16:09:35 +0300 Subject: [PATCH] [doc] Fix malformed table error. Change-Id: Iad0ef9ee1f0d75babd1e3fe8392f5aac38061058 --- doc/source/specification/murano-repository.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/specification/murano-repository.rst b/doc/source/specification/murano-repository.rst index 8689b0b9..323edde3 100644 --- a/doc/source/specification/murano-repository.rst +++ b/doc/source/specification/murano-repository.rst @@ -71,9 +71,9 @@ For an admin role all packages are available. +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ | ``fqn`` | string | Allows to point a fully qualified package name for a search | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ -| ``owned`` | bool | Search only from packages owned by current project | +| ``owned`` | bool | Search only from packages owned by current project | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ -| ``id`` | string | Allows to point an id for a search | | +| ``id`` | string | Allows to point an id for a search | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ | ``include_disabled`` | bool | Include disabled packages in a the result | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ @@ -81,7 +81,7 @@ For an admin role all packages are available. +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ | ``class_name`` | string | Search only for packages, that use specified class | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ -| ``name`` | string | Allows to point a package name for a search | +| ``name`` | string | Allows to point a package name for a search | +----------------------+-------------+------------------------------------------------------------------------------------------------------------------------------+ **Response 200 (application/json)**