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).