We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c293c commit dbcd0e1Copy full SHA for dbcd0e1
src/web/api/server/v1/contexts/tag/handlers.rs
@@ -24,7 +24,10 @@ use crate::web::api::server::v1::responses::{self};
24
///
25
/// # Errors
26
27
-/// It returns an error if there is a database error.
+/// It returns an error if:
28
+/// There is a database error
29
+/// There is a problem authorizing the action.
30
+/// The user is not authorized to perform the action
31
#[allow(clippy::unused_async)]
32
pub async fn get_all_handler(
33
State(app_data): State<Arc<AppData>>,
0 commit comments