We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c026d commit 37f9869Copy full SHA for 37f9869
rust/src/visualization/api/get/test.rs
@@ -13,7 +13,7 @@ pub struct TestResponse {
13
user: String,
14
}
15
16
-#[openapi_protect_get("/api/test/<path..>", "read:api")]
+#[openapi_protect_get("/api/test/<path..>", "read:api", tag = "Test")]
17
pub async fn test_api(path: PathBuf) -> Json<TestResponse> {
18
let token = bearer.token.clone();
19
Json(TestResponse {
0 commit comments