Skip to content

Commit b8d0b0b

Browse files
committed
Fix
1 parent 3bd98fb commit b8d0b0b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

doc/reference/internals/iproto/images/repl_join_request.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ json "**IPROTO_JOIN**" as join_request {
1515
},
1616
"Body": {
1717
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance",
18-
"(Optional) [[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_NAME]]": "MP_STR",
19-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SERVER_VERSION]]": "MP_UINT – replica's version"
18+
"(Optional) [[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_NAME]]": "MP_STR - name of this instance",
19+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_SERVER_VERSION]]": "MP_UINT – instance's version"
2020
}
2121
}
2222

doc/reference/internals/iproto/images/repl_join_request.svg

Lines changed: 3 additions & 3 deletions
Loading

doc/reference/internals/iproto/images/repl_register.puml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ json "**IPROTO_REGISTER**" as register_request {
1515
},
1616
"Body": {
1717
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_UUID]]": "MP_STR – UUID of this instance",
18-
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_VCLOCK]]": "MP_MAP",
19-
"(Optional) [[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_NAME]]": "MP_STR"
18+
"(Optional) [[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_INSTANCE_NAME]]": "MP_STR - name of this instance",
19+
"[[https://tarantool.io/en/doc/latest/reference/internals/iproto/keys IPROTO_VCLOCK]]": "MP_MAP"
2020
}
2121
}
2222

0 commit comments

Comments
 (0)