Skip to content

Commit edac4b8

Browse files
Fix table formatting in test_cases pagination docs
1 parent 740b65e commit edac4b8

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

src/pages/docs/api/test-cases.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ curl -X GET "https://api.test.io/customer/v2/products/1/test_cases?page=1&per_pa
8080

8181
**Response Fields:**
8282

83-
| Field | Type | Description |
84-
| -------------------- | ------- | -------------------------------------------------------------------- |
85-
| `meta.record_count` | integer | Total test cases matching the query, across all pages |
86-
| `meta.page` | integer | Page returned |
87-
| `meta.per_page` | integer | Page size actually applied, after the 500 maximum is enforced |
88-
| `test_cases` | array | Test cases on this page. See the object shape in [Create a bulk of test cases](#create-a-bulk-of-test-cases) below. |
83+
| Field | Type | Description |
84+
| ------------------- | ------- | ------------------------------------------------------------- |
85+
| `meta.record_count` | integer | Total test cases matching the query, across all pages |
86+
| `meta.page` | integer | Page returned |
87+
| `meta.per_page` | integer | Page size actually applied, after the 500 maximum is enforced |
88+
| `test_cases` | array | Test cases on this page |
89+
90+
See the test case object shape in [Create a bulk of test cases](#create-a-bulk-of-test-cases) below.
8991

9092
## Create a bulk of test cases
9193

0 commit comments

Comments
 (0)