docs: improve descriptions

Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
This commit is contained in:
Thales Macedo Garitezi 2024-07-24 10:15:01 -03:00 committed by GitHub
parent 2d507146ab
commit 82bb876de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ schema("/cluster/links") ->
},
post =>
#{
description => "Create a cluster link configuration",
description => "Create a cluster link",
tags => ?TAGS,
'requestBody' => link_config_schema(),
responses =>
@ -87,7 +87,7 @@ schema("/cluster/links/link/:name") ->
},
delete =>
#{
description => "Delete a cluster link configuration",
description => "Delete a cluster link",
tags => ?TAGS,
parameters => [param_path_name()],
responses =>