The provided collection_name is invalid.
- Error type:
bloomreach/datahub/item-collections/collection-name-invalid - HTTP status code:
400 - Class:
InvalidCollectionName - Context fields in error response:
collection_name— string
Error response example
{
"title": "Invalid item collection name",
"type": "bloomreach/datahub/item-collections/collection-name-invalid",
"status": 400,
"detail": "The item collection name 'invalid_name' is invalid. Collection name should be 1–64 characters and contain only lowercase letters (a–z), digits (0–9), underscores (_) or hyphens (-).",
"context": {
"collection_name": "invalid_name"
}
}
