Skip to content

Commit

Permalink
updated openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ofego Edafe committed Sep 14, 2023
1 parent 01474f5 commit a989508
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tags:
```plain
Authorization: hmac username="<API KEY>", algorithm="hmac-sha1", headers ="Date Content-MD5 request-line", signature="<SIGNATURE>"
Authorization: hmac username="<API KEY>", algorithm="hmac-sha256", headers ="Date Content-MD5 request-line", signature="<SIGNATURE>"
```
Expand All @@ -114,7 +114,7 @@ tags:
```plain
Authorization: hmac username="<API KEY>", algorithm="hmac-sha1", headers="Date request-line", signature="<SIGNATURE>"
Authorization: hmac username="<API KEY>", algorithm="hmac-sha256", headers="Date request-line", signature="<SIGNATURE>"
```
Expand Down Expand Up @@ -150,7 +150,7 @@ tags:
#### Step 4
Create a SHA1 HMAC hash using the signing string and the secret key (both converted to bytes using UTF-8) ```HMAC-SHA1(signing string, secret)```
Create a SHA256 HMAC hash using the signing string and the secret key (both converted to bytes using UTF-8) ```HMAC-SHA256(signing string, secret)```
#### Step 5
Expand All @@ -170,7 +170,7 @@ tags:
Date: Sat, 30 Jul 2016 05:18:52 GMT
Authorization: hmac username="uCXUdoogNfCsehEClbO2", algorithm="hmac-sha1", headers="Date Content-MD5 request-line", signature="Ia4G5lkhH/3NDYpix+8ZHUnp6bA="
Authorization: hmac username="uCXUdoogNfCsehEClbO2", algorithm="hmac-sha256", headers="Date Content-MD5 request-line", signature="Ia4G5lkhH/3NDYpix+8ZHUnp6bA="
Content-MD5: 5407644fa83bec240dede971307e0cad
Expand Down Expand Up @@ -202,7 +202,7 @@ tags:
Date: Sat, 30 Jul 2016 05:18:52 GMT
Authorization: hmac username="uCXUdoogNfCsehEClbO2", algorithm="hmac-sha1", headers="Date request-line", signature="NTUwMjUwNTVmZGYzZTIxODMyYjc1ZmM3M2EwZWQ1NzA3NzA4ZTZjNw=="
Authorization: hmac username="uCXUdoogNfCsehEClbO2", algorithm="hmac-sha256", headers="Date request-line", signature="NTUwMjUwNTVmZGYzZTIxODMyYjc1ZmM3M2EwZWQ1NzA3NzA4ZTZjNw=="
```
- name: Development Tools
description: |
Expand Down

0 comments on commit a989508

Please sign in to comment.