Skip to content

Commit

Permalink
docs - markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Halama committed Feb 7, 2018
1 parent 8b6c523 commit fbf7d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit fbf7d79

Please sign in to comment.