Add documents query params e2e tests

This commit is contained in:
Michael Shamoon
2022-06-01 12:38:23 -07:00
parent f0daa6c4fe
commit 98ef3ea3cc
6 changed files with 545 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 2,
"slug": "year-title",
"name": "Year - Title",
"path": "{created_year}/{title}",
"match": "",
"matching_algorithm": 6,
"is_insensitive": true,
"document_count": 1
}
]
}