Skip to content

Commit

Permalink
Updated RAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jun 28, 2017
1 parent 8f8a491 commit 03b8e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ types:
ExportId:
pattern: "[a-zA-Z0-9]+"
EmpRef:
pattern: "[a-zA-Z0-9]{3}\/[a-zA-Z0-9]{7}"
pattern: "[a-zA-Z0-9]{3}/[a-zA-Z0-9]{7}"

/epaye:
get:
Expand Down

0 comments on commit 03b8e2c

Please sign in to comment.