python-zulip-api/zulip_bots/zulip_bots/bots/front/fixtures/open.json
2018-03-08 07:38:35 -05:00

22 lines
425 B
JSON

{
"request": {
"method": "PATCH",
"api_url": "https://api2.frontapp.com/conversations/cnv_kqatm2",
"headers": {
"Authorization": "Bearer TEST"
},
"json": {
"status": "open"
}
},
"response": {
"error": {
"title": "Unauthenticated",
"message": "Provided token is not a JSON Web Token"
}
},
"response-headers": {
"Status": "401 Unauthorized"
}
}