768511c7cc
refs https://github.com/TryGhost/Team/issues/3349 Tidies up the remaining major pieces which were not covered by tests. Extends the existing test patterns, although the API mocks are getting a bit unmanageable.
36 lines
964 B
JSON
36 lines
964 B
JSON
{
|
|
"labels": [
|
|
{
|
|
"id": "645c4c8564f46d9f26eb93ae",
|
|
"name": "first-label",
|
|
"slug": "first-label",
|
|
"created_at": "2023-05-11T02:01:41.000Z",
|
|
"updated_at": "2023-05-11T02:01:41.000Z"
|
|
},
|
|
{
|
|
"id": "645c4c6764f46d9f26eb93a9",
|
|
"name": "second-label",
|
|
"slug": "second-label",
|
|
"created_at": "2023-05-11T02:01:11.000Z",
|
|
"updated_at": "2023-05-11T02:01:11.000Z"
|
|
},
|
|
{
|
|
"id": "645c4c6764f46d9f26eb93a8",
|
|
"name": "third-label",
|
|
"slug": "third-label",
|
|
"created_at": "2023-05-11T02:01:11.000Z",
|
|
"updated_at": "2023-05-11T02:01:11.000Z"
|
|
}
|
|
],
|
|
"meta": {
|
|
"pagination": {
|
|
"page": 1,
|
|
"limit": "all",
|
|
"pages": 1,
|
|
"total": 3,
|
|
"next": null,
|
|
"prev": null
|
|
}
|
|
}
|
|
}
|