-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Move `X-Api-Key` to collection level, add `Content-Type` to each request. The headers `X-Api-Key:password` and `Content-Type` should be default for every request and therefore don't have to be added to each request individually. * fix: Fix indentation * fix: add `X-Api-Key` * fix: remove `Content-Type`from GET requests * fix: add prerequisite script to add Content-Type: application/json to POST and PUT requests * fix: remove duplicated Content-Type: application/json from individual requests * fix: fix syntax and indentation * fix: move prerequisite script to collection level
- Loading branch information
Showing
1 changed file
with
28 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters