Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 466f7c22 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Synchronize response error on empty payload

parent 22c55902
No related branches found
No related tags found
No related merge requests found
Pipeline #113230 passed with warnings
......@@ -36,7 +36,8 @@ public class PropertyController {
}
@GetMapping(produces = {MimeTypeUtils.APPLICATION_JSON_VALUE})
public ServiceResult<PropertyRO> gePropertyList(
@Secured({SMPAuthority.S_AUTHORITY_TOKEN_SYSTEM_ADMIN})
public ServiceResult<PropertyRO> getPropertyList(
@RequestParam(value = PARAM_PAGINATION_PAGE, defaultValue = "0") int page,
@RequestParam(value = PARAM_PAGINATION_PAGE_SIZE, defaultValue = "10") int pageSize,
@RequestParam(value = PARAM_PAGINATION_ORDER_BY, required = false) String orderBy,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment