From fbf7d79388156847e2d99be2fda34ad35ce7be77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Halam=C3=AD=C4=8Dek?= Date: Wed, 7 Feb 2018 10:37:14 +0100 Subject: [PATCH] docs - markdown fix --- apiary.apib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiary.apib b/apiary.apib index 8e056259d..01f0df656 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1681,7 +1681,7 @@ Removes the primary key from a table. This request is [asynchronous](#introducti ### Mark column as indexed [POST] -** Indexed columns are deprecated and no longer required, filtering is now allowed on all table columns.** +**Indexed columns are deprecated and no longer required, filtering is now allowed on all table columns.** Indexed columns can be used to filter data when [exporting](#reference/tables/unload-data-asynchronously/asynchronous-export). Columns in a primary key are automatically indexed. The number of indexed columns is limited to 4 including the primary key. @@ -1726,7 +1726,7 @@ This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls) ### Remove Column Index [DELETE] -** Indexed columns are deprecated and no longer required, filtering is now allowed on all table columns.** +**Indexed columns are deprecated and no longer required, filtering is now allowed on all table columns.** Removes a column from an index. This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls).