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 3efaf48 commit 1c62a9eCopy full SHA for 1c62a9e
src/web/api/server/v1/contexts/user/handlers.rs
@@ -185,13 +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.
192
193
-/// Refer to the [API endpoint documentation](crate::web::api::server::v1::contexts::user)
194
-/// for more information about this endpoint.
+///It returns a list of user profiles matching the search criteria.
195
196
/// # Errors
197
0 commit comments