We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efaf48 commit 81198c9Copy full SHA for 81198c9
src/web/api/server/v1/contexts/user/handlers.rs
@@ -185,10 +185,7 @@ fn api_base_url(host: &str) -> String {
185
186
/// It handles the request to get all the user profiles.
187
///
188
-/// It returns:
189
-///
190
-/// - `200` response with a json containing a list with all the user profiles [`Vec<UserProfile>`](crate::models::user::UserProfile).
191
-/// - Other error status codes if there is a database error.
+///It returns a list of user profiles matching the search criteria.
192
193
/// Refer to the [API endpoint documentation](crate::web::api::server::v1::contexts::user)
194
/// for more information about this endpoint.
0 commit comments