Skip to content

Commit 37f9869

Browse files
committed
doc: add test tag
1 parent c4c026d commit 37f9869

File tree

1 file changed

+1
-1
lines changed
  • rust/src/visualization/api/get

1 file changed

+1
-1
lines changed

rust/src/visualization/api/get/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub struct TestResponse {
1313
user: String,
1414
}
1515

16-
#[openapi_protect_get("/api/test/<path..>", "read:api")]
16+
#[openapi_protect_get("/api/test/<path..>", "read:api", tag = "Test")]
1717
pub async fn test_api(path: PathBuf) -> Json<TestResponse> {
1818
let token = bearer.token.clone();
1919
Json(TestResponse {

0 commit comments

Comments
 (0)