chore: fix the data type and example value for cluster invitation result
This commit is contained in:
parent
aedfc8e8c0
commit
4190682a16
|
@ -206,11 +206,10 @@ fields(node_invitation_succeed) ->
|
|||
[
|
||||
{finished_at,
|
||||
?HOCON(
|
||||
emqx_utils_calendar:epoch_millisecond(),
|
||||
binary(),
|
||||
#{
|
||||
desc =>
|
||||
<<"The time of the async invitation result is received, millisecond precision epoch">>,
|
||||
example => <<"1705044829915">>
|
||||
desc => <<"The time of the async invitation result is received">>,
|
||||
example => <<"2024-01-30T15:24:39.355+08:00">>
|
||||
}
|
||||
)}
|
||||
];
|
||||
|
@ -223,11 +222,10 @@ fields(node_invitation_in_progress) ->
|
|||
)},
|
||||
{started_at,
|
||||
?HOCON(
|
||||
emqx_utils_calendar:epoch_millisecond(),
|
||||
binary(),
|
||||
#{
|
||||
desc =>
|
||||
<<"The start timestamp of the invitation, millisecond precision epoch">>,
|
||||
example => <<"1705044829915">>
|
||||
desc => <<"The time of the async invitation is started">>,
|
||||
example => <<"2024-01-30T15:24:39.355+08:00">>
|
||||
}
|
||||
)}
|
||||
].
|
||||
|
|
Loading…
Reference in New Issue