roam/daily/2021-08-20.org
2021-09-01 16:57:39 -04:00

92 lines
2.7 KiB
Org Mode

:PROPERTIES:
:ID: 1a08da33-7079-4a99-998e-2f622ab1cc54
:END:
#+title: 2021-08-20
#+PROPERTY: header-args :cache yes :eval no-export
* Reports not working for an account in staging
#+begin_src http :exports both
GET https://anabroker.aweberstage.com/assignment/14313
#+end_src
#+RESULTS[047ea3da469346d5fb1944afd17b4308a8ef384a]:
: HTTP/2 404
: date: Fri, 20 Aug 2021 19:45:27 GMT
: content-type: application/json; charset="utf-8"
: content-length: 92
: server: anabroker/2.5.1
: correlation-id: d7bf3fc1-2598-4431-8d04-cdb7c7210487
: vary: Accept
:
: {"type":"HTTPError","traceback":null,"message":"HTTP 404: Not Found (Assignment Not Found)"}
#+begin_src http :exports both
GET https://anabroker.aweberstage.com/assignment-request/14313
#+end_src
#+RESULTS[bd2a44623b256561164c9142feffc700ab85e2b9]:
#+begin_example
HTTP/2 200
date: Fri, 20 Aug 2021 19:45:30 GMT
content-type: application/json; charset="utf-8"
content-length: 37
server: anabroker/2.5.1
correlation-id: 4b5f9f69-f136-481f-8115-253c805049d5
last-modified: Fri, 22 May 2020 18:11:47 +0000
cache-control: public, max-age=120
link: <https://anabroker.aweberstage.com/assignment-request/14313>; rel="self";
vary: Accept
{"account_id":14313,"processed":true}
#+end_example
#+begin_src http
DELETE https://anabroker.aweberstage.com/assignment-request/14313
#+end_src
#+RESULTS[494ee16e8de0fb7b24360a9ff55ce1b8a9b5c665]:
: HTTP/2 204
: date: Fri, 20 Aug 2021 19:46:04 GMT
: server: anabroker/2.5.1
: correlation-id: 336a7484-bbc8-4c12-aa43-7960005db825
:
#+begin_src http
POST https://anabroker.aweberstage.com/assignment-request/14313
#+end_src
#+RESULTS[273c4c7fae94e95dc11daaf5294fc41e3d486e63]:
#+begin_example
HTTP/2 200
date: Fri, 20 Aug 2021 19:46:14 GMT
content-type: application/json; charset="utf-8"
content-length: 38
server: anabroker/2.5.1
correlation-id: 484fde6a-8b56-450b-980a-d95d2071a54a
last-modified: Fri, 20 Aug 2021 19:46:14 +0000
cache-control: public, max-age=120
link: <https://anabroker.aweberstage.com/assignment-request/14313>; rel="self";
vary: Accept
{"account_id":14313,"processed":false}
#+end_example
#+begin_src http :exports both
GET https://anabroker.aweberstage.com/assignment-request/14313
#+end_src
#+RESULTS[bd2a44623b256561164c9142feffc700ab85e2b9]:
#+begin_example
HTTP/2 200
date: Fri, 20 Aug 2021 19:52:36 GMT
content-type: application/json; charset="utf-8"
content-length: 37
server: anabroker/2.5.1
correlation-id: 91583dea-315d-4655-82df-e3778b6fae48
last-modified: Fri, 20 Aug 2021 19:46:14 +0000
cache-control: public, max-age=120
link: <https://anabroker.aweberstage.com/assignment-request/14313>; rel="self";
vary: Accept
{"account_id":14313,"processed":true}
#+end_example