redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/services/v2/UserService.java [150:161]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        responses = {
            @ApiResponse( responseCode = "201",
                description = "If user creation was successful",
                headers = {
                    @Header( name="Location", description = "The URL of the created mapping", schema = @Schema(type="string"))
                },
                content = @Content(mediaType = APPLICATION_JSON, schema = @Schema(implementation = UserInfo.class))
            ),
            @ApiResponse( responseCode = "422", description = "Invalid input",
                content = @Content(mediaType = APPLICATION_JSON, schema = @Schema(implementation = RedbackRestError.class )) ),
            @ApiResponse( responseCode = "303", description = "The user exists already",
                headers = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/services/v2/UserService.java [226:237]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        responses = {
            @ApiResponse( responseCode = "201",
                description = "If user creation was successful",
                headers = {
                    @Header( name="Location", description = "The URL of the created mapping", schema = @Schema(type="string"))
                },
                content = @Content(mediaType = APPLICATION_JSON, schema = @Schema(implementation = UserInfo.class))
            ),
            @ApiResponse( responseCode = "422", description = "Invalid input",
                content = @Content(mediaType = APPLICATION_JSON, schema = @Schema(implementation = RedbackRestError.class )) ),
            @ApiResponse( responseCode = "303", description = "The user exists already",
                headers = {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



