From 3dee24dc1e05893b49ace052ab61899e49a03bb7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Mar 2023 06:25:13 +0300 Subject: Add 'ON UPDATE/DELETE' clauses to foreign keys. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 79657e3..aeb2db8 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,17 @@ curl -X GET -H "Authorization: Bearer L3Q5mvehQeSUNQQbFLfrcUEdEyoknyblXWxlpKkvdl ``` to get all the members of a group with the ID -`8f8d7640-5d51-4445-ad68-7ab217439804` where +`8f8d7640-5d51-4445-ad68-7ab217439804` + +or: + +```sh +curl -X POST "http://localhost:8080/api/oauth2/user/register" \ + -F "email=a_new@users.email" -F "password=apasswd" \ + -F "confirm_password=apasswd" +``` + +where `L3Q5mvehQeSUNQQbFLfrcUEdEyoknyblXWxlpKkvdl` is the token you got in the **Request Token** section above. -- cgit v1.2.3