Created
March 19, 2021 18:14
-
-
Save jmassardo/4340b68b25fbb6b1fd4594ed5ae6aded 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
test_post_allowed { | |
in := {"path": ["users"], "method": "POST"} | |
allow with input as in | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment