43 lines
860 B
Org Mode
43 lines
860 B
Org Mode
|
:PROPERTIES:
|
||
|
:ID: ddc2024a-1920-4cb2-8fe0-a39eb731aa26
|
||
|
:END:
|
||
|
#+title: 2021-10-13
|
||
|
|
||
|
* Testing tagbox changes for [[id:16298b74-f9a2-48ac-a84c-118af70d834c][Validating and sanitizing tags]]
|
||
|
#+begin_src http :select .id
|
||
|
GET https://mapping.aweberstage.com/list/3854
|
||
|
#+end_src
|
||
|
|
||
|
#+RESULTS:
|
||
|
: 9f1db623-fbc3-4112-a2f3-ab563e37e131
|
||
|
|
||
|
- Session :: a104e41350ea511addf9ea50b0e2c5e0
|
||
|
|
||
|
#+begin_src http :pretty :wrap src json
|
||
|
GET http://localhost:9966/tags?list=9f1db623-fbc3-4112-a2f3-ab563e37e131 HTTP/1.1
|
||
|
Authorization: aweber a104e41350ea511addf9ea50b0e2c5e0
|
||
|
#+end_src
|
||
|
|
||
|
#+RESULTS:
|
||
|
#+begin_src json
|
||
|
[
|
||
|
"bulk-tagging-sept-2021",
|
||
|
"testing",
|
||
|
"nonsense",
|
||
|
"20210113",
|
||
|
"fiddlefaddle",
|
||
|
"foo",
|
||
|
"bar",
|
||
|
"barfarts",
|
||
|
"<i>scott</i>",
|
||
|
"asdf",
|
||
|
"\"butt's\"",
|
||
|
"silly",
|
||
|
"💩",
|
||
|
"\"crap&stuff\"",
|
||
|
"scott",
|
||
|
"<i>scott</i>",
|
||
|
"foobar"
|
||
|
]
|
||
|
#+end_src
|