Skip to content

Commit 1647bb9

Browse files
committed
add missing docs about "migrate" command and "migrated" event for topic
1 parent b4c922b commit 1647bb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

documentation/src/main/resources/pages/ditto/protocol-specification-topic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,15 @@ For commands, events, and messages, the `{action}` segment further specifies the
122122
- `modify` -- replace an entity or sub-resource
123123
- `merge` -- partially update using JSON Merge Patch
124124
- `delete` -- remove an entity or sub-resource
125+
- `migrate` -- migrate a thing's definition
125126

126127
### Event criterion actions
127128

128129
- `created` -- an entity or sub-resource was created
129130
- `modified` -- an entity or sub-resource was replaced
130131
- `merged` -- an entity or sub-resource was partially updated
131132
- `deleted` -- an entity or sub-resource was removed
133+
- `migrated` -- a thing's definition was migrated
132134

133135
### Messages criterion actions
134136

0 commit comments

Comments
 (0)