diff --git a/bruno/Authsquare/Invite.bru b/bruno/Authsquare/Invite.bru new file mode 100644 index 0000000..d5f396d --- /dev/null +++ b/bruno/Authsquare/Invite.bru @@ -0,0 +1,24 @@ +meta { + name: Invite + type: http + seq: 7 +} + +post { + url: http://localhost:11000/api/auth/invite + body: json + auth: none +} + +headers { + Authorization: Bearer xx.xx.xx +} + +body:json { + { + "roles":[2], + "email":"user2@domain.com", + "username":"admin2", + "password":"mypassword" + } +} diff --git a/bruno/Authsquare/Logout.bru b/bruno/Authsquare/Logout.bru index 1124b62..f97a3f0 100644 --- a/bruno/Authsquare/Logout.bru +++ b/bruno/Authsquare/Logout.bru @@ -1,7 +1,7 @@ meta { name: Logout type: http - seq: 7 + seq: 8 } post {