Skip to content

Commit b56186f

Browse files
author
Mikelle Wade
committed
updated postman screenshots to use JSON instead of query params
1 parent 7d6f3f7 commit b56186f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
634 KB
Loading
332 KB
Loading
671 KB
Loading

ada-project-docs/wave_04.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ Open Postman and make a request that mimics the API call to Slack that we just t
135135
- `channel`: `task-notifications`
136136
- `text`: Fill in a nice message
137137

138-
![](assets/postman_test_JSON.png)
138+
![](assets/postman_request_body.png)
139139

140140
- In "Headers," add this new key-value pair:
141141
- `Authorization`: `"Bearer xoxb-150..."`, where `xoxb-150...` is your full Slackbot token
142142

143-
![](assets/postman_test_headers.png)
143+
![](assets/postman_headers.png)
144144

145145
Press "Send" and see the Slack message come through!
146146

@@ -191,6 +191,6 @@ Test and verify that your API sends an API call to the Slack web API by using Po
191191

192192
Send `PATCH` requests to `localhost:5000/tasks/<book_id>/mark_complete` (use the ID of any existing task), and check if Slack messages were sent.
193193

194-
![](assets/postman_feature.png)
194+
![](assets/postman_patch.png)
195195

196196
![](assets/slack_notification_feature.png)

0 commit comments

Comments
 (0)