Skip to content

Commit b214c18

Browse files
authored
initial pass at adding tags (#579)
1 parent b3940c4 commit b214c18

File tree

5 files changed

+485
-104
lines changed

5 files changed

+485
-104
lines changed

nexus/src/external_api/console_api.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ pub struct LoginParams {
4646
path = "/login",
4747
// TODO: this should be unpublished, but for now it's convenient for the
4848
// console to use the generated client for this request
49+
tags = ["hidden"],
4950
}]
5051
pub async fn spoof_login(
5152
rqctx: Arc<RequestContext<Arc<ServerContext>>>,
@@ -90,6 +91,7 @@ pub async fn spoof_login(
9091
path = "/logout",
9192
// TODO: this should be unpublished, but for now it's convenient for the
9293
// console to use the generated client for this request
94+
tags = ["hidden"],
9395
}]
9496
pub async fn logout(
9597
rqctx: Arc<RequestContext<Arc<ServerContext>>>,
@@ -202,6 +204,7 @@ pub async fn login_redirect(
202204
#[endpoint {
203205
method = GET,
204206
path = "/session/me",
207+
tags = ["hidden"],
205208
}]
206209
pub async fn session_me(
207210
rqctx: Arc<RequestContext<Arc<ServerContext>>>,

0 commit comments

Comments
 (0)