Last active
April 14, 2017 16:20
-
-
Save paultyng/7adfe2266832a314ddb3d1b21464dcad to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- name: update-user-email | |
title: Update User's Email | |
description: Update a user's email address. | |
db: | |
connection: users | |
sql: update users set email = :email where id = :id | |
schema: | |
properties: | |
id: | |
type: integer | |
email: | |
pattern: '@' | |
type: string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment