Skip to content

Commit

Permalink
Fix typo in example in RAML file
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Aug 20, 2024
1 parent de76f3a commit 85032eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ types:
example: |
{
"email_address": "[email protected]",
"app_prefix": "myapp"
"app_prefix": "myapp",
"groups": ["myapp-users", "myapp-managers"]
}
UserResponse:
Expand Down

0 comments on commit 85032eb

Please sign in to comment.