mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-04 11:46:30 +00:00
Fix network documentation
This commit is contained in:
@ -51,7 +51,7 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
|
|||||||
get,
|
get,
|
||||||
path = "",
|
path = "",
|
||||||
tag = "Network",
|
tag = "Network",
|
||||||
security(("Bearer" = ["network.get", "network.*", "*"])),
|
security(("Bearer" = ["network.get", "*"])),
|
||||||
responses(
|
responses(
|
||||||
(status = OK, description = "Known nodes are returned", body = Network, content_type = "application/json", example = json!(
|
(status = OK, description = "Known nodes are returned", body = Network, content_type = "application/json", example = json!(
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user