Skip to content

Commit

Permalink
add custom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
harshach committed Oct 17, 2024
1 parent 9cccf12 commit 7ce9d71
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,8 @@ public Response getEntityTypeFields(
}

@GET
@Path("/customProperties")
@Produces(MediaType.APPLICATION_JSON)
public Response getAllCustomPropertiesByEntityType(@Context UriInfo uriInfo,
@Context SecurityContext securityContext) {
try {
Expand Down

0 comments on commit 7ce9d71

Please sign in to comment.