Skip to content

Commit 9c54c63

Browse files
Changes to leverage global header and remove "Authorization" header from api endpoints.
1 parent ca68fea commit 9c54c63

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

tools/bruno/EDUC-GRAD-DATA-CONVERSION-API/Students/Delete a Student by PEN.bru

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ params:path {
1414
pen:
1515
}
1616

17-
headers {
18-
Authorization:
19-
}
17+

tools/bruno/EDUC-GRAD-DATA-CONVERSION-API/Students/Delete multiple Students by PEN.bru

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ delete {
1010
auth: none
1111
}
1212

13-
headers {
14-
Authorization:
15-
}
13+
1614

1715
body:json {
1816
[

tools/bruno/EDUC-GRAD-DATA-CONVERSION-API/Students/Search For Student by PEN.bru

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ params:path {
1414
pen:
1515
}
1616

17-
headers {
18-
Authorization:
19-
}
17+

0 commit comments

Comments
 (0)