We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e32f70 commit 46b6151Copy full SHA for 46b6151
catalyst-gateway/bin/src/service/api/cardano/rbac/mod.rs
@@ -15,7 +15,7 @@ pub(crate) struct Api;
15
#[OpenApi(tag = "ApiTags::Cardano")]
16
impl Api {
17
#[oai(
18
- path = "/draft/rbac/registration",
+ path = "/v1/rbac/registration",
19
method = "get",
20
operation_id = "rbacRegistrations"
21
)]
0 commit comments