For AI agents: visit https://docs.metarouter.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Type | Location | Event | Previous Version | Updated Version | Notes |
|---|
| parameter | playbook.yaml | N/A | 1.0.0 | 1.1.0 | Updated version parameter |
| parameter | playbook.yaml | identify | local birthday = input.traits.birthday or input.context.traits.birthday<br>if birthday then<br> birthday = string.sub(birthday, 1, 10)<br> return birthday<br>end | local birthday = input.traits.birthday<br>if birthday then<br> birthday = string.sub(birthday, 1, 10)<br> return birthday<br>end | Updated body parameter |