質問編集履歴

1

試したことのコマンドの変更

2020/10/16 11:22

投稿

kobaryo04ysh
kobaryo04ysh

スコア29

test CHANGED
File without changes
test CHANGED
@@ -82,15 +82,9 @@
82
82
 
83
83
  ```
84
84
 
85
- POST https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
85
+ curl -X POST -H 'Content-type: application/json' --data '{"text":"Hello, World!"}' https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
86
86
 
87
87
  Content-type: application/json
88
-
89
- {
90
-
91
- "text": "Hello, world."
92
-
93
- }
94
88
 
95
89
  ```
96
90