# Enrichment updates
### Associate Enrichment to Collection
- **Topic name**: `pre-staging_enrichment_updates`
```json
{
"event": "update_enrichment",
"action": "associate_to_collection",
"id": "root-world-cities",
"name": "World Cities",
"description": "",
"coll_groups": [],
"coll_ids": [
"root-drugs",
"root-countries"
],
"owner": {
"username": "root",
"email": "ops@deepcompute.com",
"user_groups": []
},
"meta": {},
"size": 4,
"setup": "staging",
}
```
- **Topic name**: `pre-staging_collection_updates`
```json
{
"event": "update_collection",
"action": "associate_with_enrichment",
"id": "root-my-visited-countries",
"enrich_id": "root-world-cities",
"tokens": [],
"size": 5,
"owner": {
"username": "root",
"email": "ops@deepcompute.com",
"user_groups": []
},
"is_public": true,
"meta": {},
"mode": "single",
"setup": "staging"
}
```
### disassociate Enrichment from Collection
- **Topic name**: `pre-staging_enrichment_updates`
```json
{
"event": "update_enrichment",
"action": "disassociate_from_collection",
"id": "root-world-cities",
"name": "World Cities",
"description": "",
"coll_groups": [],
"coll_ids": [
"root-drugs",
"root-countries"
],
"owner": {
"username": "root",
"email": "ops@deepcompute.com",
"user_groups": []
},
"meta": {},
"size": 4,
"setup": "staging",
}
```
- **Topic name**: `pre-staging_collection_updates`
```json
{
"event": "update_collection",
"action": "disassociate_with_enrichment",
"id": "root-my-visited-countries",
"enrich_id": "root-world-cities",
"tokens": [],
"size": 5,
"owner": {
"username": "root",
"email": "ops@deepcompute.com",
"user_groups": []
},
"is_public": true,
"meta": {},
"mode": "single",
"setup": "staging"
}
```