Skip to content

Commit b29f565

Browse files
committed
Fix broken table in campaign doc. Closes #1585.
1 parent 3641f74 commit b29f565

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/docs/content/apis/campaigns.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Gets all campaigns.
2323
```
2424

2525
##### Parameters
26-
Name | Type | Required/Optional | Description
27-
--------|--------------------|-------------|---------------------|---------------------
28-
`query` | string | Optional | Optional string to search a list by name.
29-
`order_by` | string | Optional | Field to sort results by. `name|status|created_at|updated_at`
30-
`order` | string | Optional | `ASC|DESC`Sort by ascending or descending order.
31-
`page` | number | Optional | Page number for paginated results.
32-
`per_page` | number | Optional | Results to return per page. Setting this to `all` skips pagination and returns all results.
26+
| Name | Type | Required/Optional | Description |
27+
|-----------|--------|-------------------|-------------|
28+
| `query` | string | Optional | Optional string to search a list by name. |
29+
| `order_by`| string | Optional | Field to sort results by. Options: `name`, `status`, `created_at`, `updated_at`. |
30+
| `order` | string | Optional | Sort order: `ASC` for ascending, `DESC` for descending. |
31+
| `page` | number | Optional | Page number for paginated results. |
32+
| `per_page`| number | Optional | Results to return per page. Setting this to `all` skips pagination and returns all results. |
3333

3434

3535
##### Example Response

0 commit comments

Comments
 (0)