Last active
September 5, 2021 20:52
-
-
Save orubel/6d529d39133e39b3f28d7cf1b9240236 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"show": { | |
"METHOD":"GET", | |
"DESCRIPTION":"Get Person by ID", | |
"ROLES":{ | |
"BATCH":["ROLE_ADMIN"], | |
"HOOK":["ROLE_ADMIN"] | |
}, | |
"REQUEST": { | |
"permitAll":[], | |
"ROLE_ADMIN":["id"] | |
}, | |
"RESPONSE": { | |
"permitAll":["username","email"], | |
"ROLE_ADMIN":["id","version","enabled","accountExpired"] | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment