From 0d9b30e730308f0ba73e080f875eaa41620a6944 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Fri, 20 Jan 2023 07:23:31 +0530 Subject: [PATCH] chore: updated .bru examples --- packages/bruno-lang/example/request.bru | 2 +- packages/bruno-lang/example/request.next.bru | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bruno-lang/example/request.bru b/packages/bruno-lang/example/request.bru index 8cfcf754..03bbecbb 100644 --- a/packages/bruno-lang/example/request.bru +++ b/packages/bruno-lang/example/request.bru @@ -1,9 +1,9 @@ -ver 1.0 type http-request name Send Bulk SMS method GET url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010 body-mode json +seq 1 params 1 apiKey secret diff --git a/packages/bruno-lang/example/request.next.bru b/packages/bruno-lang/example/request.next.bru index 7c5cd4b1..168e0def 100644 --- a/packages/bruno-lang/example/request.next.bru +++ b/packages/bruno-lang/example/request.next.bru @@ -1,9 +1,9 @@ -ver 1.0 type http-request name Send Bulk SMS method GET url https://api.textlocal.in/bulk_json?apiKey=secret=&numbers=919988776655&message=hello&sender=600010 body-mode json +seq 1 params 1 apiKey secret