## providers.mongodb.migrations.helpers.convert_outbox_correlation_id_v6()

<span id="hexkit.providers.mongodb.migrations.helpers.convert_outbox_correlation_id_v6"></span>


Convert an outbox document's correlation ID to the format expected by hexkit v6.


Usage

``` python
providers.mongodb.migrations.helpers.convert_outbox_correlation_id_v6(doc)
```


This will only convert the **metadata**.correlation_id to a UUID.

If you need to modify other fields, you must define that logic separately.
