fix: rename openapi operation ids

fixes #406
This commit is contained in:
IAmTomahawkx
2025-08-06 12:28:58 -07:00
parent 80cf8fc4e8
commit 6048587d34
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ use rocket::{serde::json::Json, State};
/// Sets permissions for the default role in this server.
#[openapi(tag = "Server Permissions")]
#[put("/<target>/permissions/default", data = "<data>", rank = 1)]
pub async fn set_default_permissions(
pub async fn set_default_server_permissions(
db: &State<Database>,
user: User,
target: Reference,