MeiliSearch/meilisearch/tests
bors[bot] a5c4fbbcea
Merge #3334
3334: Add specific error codes `immutable_...` r=irevoire a=loiclec

Add the following error codes:

When an immutable field of API key is sent to the `PATCH /keys` route: 
- `ImmutableApiKeyUid` 
- `ImmutableApiKeyKey`
- `ImmutableApiKeyActions`
- `ImmutableApiKeyIndexes`
- `ImmutableApiKeyExpiresAt`
- `ImmutableApiKeyCreatedAt`
- `ImmutableApiKeyUpdatedAt`

When an immutable field of Index is sent to the `PATCH /indexes/{uid}` route:
- `ImmutableIndexUid`
- `ImmutableIndexCreatedAt`
- `ImmutableIndexUpdatedAt`

Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com>
Co-authored-by: Tamo <tamo@meilisearch.com>
2023-01-12 15:31:38 +00:00
..
assets serde ndjson fix 2022-12-21 11:27:15 +08:00
auth Add specific immutable_field error codes 2023-01-12 16:20:14 +01:00
common add tests on the sub settings routes 2023-01-11 19:08:39 +01:00
dashboard Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
documents integrate the latest version of milli 2023-01-11 19:08:39 +01:00
dumps Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
index Replace underscores with hyphens in doc link to error code 2023-01-05 10:09:02 +01:00
search make a test more reliable 2023-01-12 15:39:28 +01:00
settings add tests on the sub settings routes 2023-01-11 19:08:39 +01:00
snapshot Merge --schedule-snapshot and --snapshot-interval-sec options 2023-01-04 14:13:54 +01:00
stats Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
tasks Move tasks route to deserr 2023-01-12 13:57:29 +01:00
content_type.rs Replace underscores with hyphens in doc link to error code 2023-01-05 10:09:02 +01:00
integration.rs Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00