File tree Expand file tree Collapse file tree 1 file changed +1
-35
lines changed
Expand file tree Collapse file tree 1 file changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -193,38 +193,4 @@ If no ID, all requests related to the token will be deleted.
193193
194194* Response*
195195
196- ```
197- {
198- "data": [
199- {
200- "uuid": "a2a6a4ae-4130-4063-953a-84fa29d81d43",
201- "token_id": "a94a7294-c4aa-4074-ab77-c4cf86fd53b1",
202- "ip": "127.0.0.1",
203- "hostname": "webhook.site",
204- "method": "POST",
205- "user_agent": "Paw\/3.1.8 (Macintosh; OS X\/10.14.6) GCDHTTPRequest",
206- "content": "{"first_name\":\"Arch\",\"last_name\":\"Weber\"}",
207- "query": {
208- "action": "create"
209- },
210- "headers": {
211- "content-length": [
212- "271"
213- ],
214- "user-agent": [
215- "Paw\/3.1.8 (Macintosh; OS X\/10.14.6) GCDHTTPRequest"
216- ]
217- },
218- "url": "https:\/\/webhook.site\/a94a7294-c4aa-4074-ab77-c4cf86fd53b1\/201?",
219- "created_at": "2019-10-03 19:06:35",
220- "updated_at": "2019-10-03 19:06:35"
221- }
222- ],
223- "total": 1,
224- "per_page": 50,
225- "current_page": 1,
226- "is_last_page": true,
227- "from": 1,
228- "to": 1
229- }
230- ```
196+ ` 204 No content `
You can’t perform that action at this time.
0 commit comments