From ae7adfd8b79b4e3119d7c5d398e4ac8ad6b815e3 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Thu, 21 Dec 2023 13:12:44 +0100 Subject: [PATCH] authenticated request to entities --- test/catalog.http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/catalog.http b/test/catalog.http index b46c0fa..46db3de 100644 --- a/test/catalog.http +++ b/test/catalog.http @@ -1,6 +1,6 @@ ### Read Books Authenticated User Entities GET http://localhost:6420/odata/v4/catalog/ - +Authorization: Bearer {{$dotenv token}} ### Read list of entities as Authenticated User GET http://localhost:6420/odata/v4/catalog/ Authorization: Bearer {{$dotenv token}}