chatwoot/swagger/paths
Haruma HIRABAYASHI 0b41d7f483
docs(swagger): fix operationId typo converation -> conversation (#13920)
issue: https://github.com/chatwoot/chatwoot/issues/13921

Fix a typo in the Messages API operationId where `converation` was used
instead of `conversation`. This causes cspell errors when generating
client code with tools like Orval.

## What changed

- `swagger/paths/public/inboxes/messages/index.yml`: fixed operationId
from `list-all-converation-messages` to `list-all-conversation-messages`
- `swagger/swagger.json` and `swagger/tag_groups/client_swagger.json`:
regenerated to reflect the fix


## Note

If you are using a code generator like Orval against this swagger spec,
the generated function name will change from
`listAllConverationMessages` to `listAllConversationMessages`.
2026-03-27 09:23:55 +05:30
..
application docs(swagger): document account label endpoints (#13760) 2026-03-10 22:24:16 -07:00
platform feat: Update swagger to openapi 3.0.4, update request payloads with examples (#11374) 2025-05-22 14:26:44 +07:00
profile feat: validate OpenAPI spec using Skooma (#13623) 2026-03-10 18:33:55 -07:00
public/inboxes docs(swagger): fix operationId typo converation -> conversation (#13920) 2026-03-27 09:23:55 +05:30
survey feat: Update swagger to openapi 3.0.4, update request payloads with examples (#11374) 2025-05-22 14:26:44 +07:00
index.yml docs(swagger): document account label endpoints (#13760) 2026-03-10 22:24:16 -07:00