Skip to content

Instantly share code, notes, and snippets.

@shershen08
Created December 8, 2017 11:56
Show Gist options
  • Select an option

  • Save shershen08/1087dda9925d9a89de52114f3c8f1174 to your computer and use it in GitHub Desktop.

Select an option

Save shershen08/1087dda9925d9a89de52114f3c8f1174 to your computer and use it in GitHub Desktop.
results.txt
1) create:
Request URL:http://remissionaire-admin-staging.herokuapp.com/api/v1/chats?load_from_source=1
Request Method:POST
Status Code:200 OK
payload: {"tags":"veg,vegan,ttttt-mew","load_from_source":1,"title":"test f-53"}
NEW TAG: ttttt-mew
-----------------
Request URL:http://remissionaire-admin-staging.herokuapp.com/api/v1/tag/add-new/
Request Method:POST
Status Code:200 OK
payload:_id=ttttt-mew
2) edit
Request URL:http://remissionaire-admin-staging.herokuapp.com/api/v1/chats/5a2a7d3065f39100047ad777
Request Method:PUT
Status Code:200 OK
payload: {"status":"draft","tags":"veg,vegan,ttttt-mew,add-another-one","assignee":"mkuz","reviewer":"mkuz","title":"test f-53"}
Request URL:http://remissionaire-admin-staging.herokuapp.com/api/v1/tag/add-new/
Request Method:POST
Status Code:200 OK
payload: _id:add-another-one
NEW TAG: add-another-one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment