Closed nikschul closed 1 month ago
@nikschul I self-requested a review, because I think you cannot request one. I'll take a look once you have the PR ready.
Hi Paul, thanks for reviewing my PR. I have updated the following things inside the Postman collection:
X-Api-Key
headers are removed except for the collection-wide auth
definition and the one request where {{IH_API_TOKEN}}
is usedContent-Type: application/json
is added to each request, which has a non-empty body
What this PR changes/adds
The headers
Authorization
is already defined on the collection-level, so adding them to each request is redundant on the individual requests.Why it does that
Removing the headers on the individual requests, which should make no difference to the actual requests send out by Postman.
Further notes
Linked Issue(s)
Closes #347.