mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-01 02:17:53 +00:00
fix some typos
This commit is contained in:
@@ -20,7 +20,7 @@ echo "Create legal basis entity: $RESULT"
|
||||
|
||||
RESULT=`curl -s $DATABUNKER/v1/pactivity/share-data-with-sms-provider/blah -XPOST \
|
||||
-H "X-Bunker-Token: $XTOKEN"`
|
||||
echo "Tryingto link fake legal basis to processing activity: $RESULT"
|
||||
echo "Trying to link a fake legal basis to processing activity: $RESULT"
|
||||
|
||||
RESULT=`curl -s $DATABUNKER/v1/pactivity/share-data-with-sms-provider/core-send-sms-on-login -XPOST \
|
||||
-H "X-Bunker-Token: $XTOKEN"`
|
||||
@@ -62,7 +62,7 @@ echo "Revoking legal basis object 2: $RESULT"
|
||||
RESULT=`curl -s $DATABUNKER/v1/agreement/contract-approval/email/test@securitybunker.io -XPOST \
|
||||
-H "X-Bunker-Token: $XTOKEN" -H "Content-Type: application/json" \
|
||||
-d '{"lawfulbasis":"contract"}'`
|
||||
echo "Giving consent for fake legal basis: $RESULT"
|
||||
echo "Giving consent for a fake legal basis: $RESULT"
|
||||
|
||||
RESULT=`curl -s $DATABUNKER/v1/agreement/core-send-sms-on-login/email/test@securitybunker.io -XDELETE -H "X-Bunker-Token: $XTOKEN"`
|
||||
echo "Withdraw legal basis 2 consent: $RESULT"
|
||||
|
||||
Reference in New Issue
Block a user