latest-event.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. {
  2. "get": {
  3. "tags": ["Events"],
  4. "description": "Retrieves the details of the latest event for an issue.",
  5. "operationId": "Retrieve the Latest Event for an Issue",
  6. "parameters": [
  7. {
  8. "name": "issue_id",
  9. "in": "path",
  10. "description": "The ID of the issue.",
  11. "required": true,
  12. "schema": {
  13. "type": "string"
  14. }
  15. }
  16. ],
  17. "responses": {
  18. "200": {
  19. "description": "Success",
  20. "content": {
  21. "application/json": {
  22. "schema": {
  23. "$ref": "../../components/schemas/event.json#/EventDetailed"
  24. },
  25. "example": {
  26. "eventID": "9999aaaaca8b46d797c23c6077c6ff01",
  27. "dist": null,
  28. "userReport": null,
  29. "previousEventID": null,
  30. "message": "",
  31. "title": "This is an example Python exception",
  32. "id": "9999aaafcc8b46d797c23c6077c6ff01",
  33. "size": 107762,
  34. "errors": [
  35. {
  36. "data": {
  37. "column": 8,
  38. "source": "https://s1.sentry-cdn.com/_static/bloopbloop/sentry/dist/app.js.map",
  39. "row": 15
  40. },
  41. "message": "Invalid location in sourcemap",
  42. "type": "js_invalid_sourcemap_location"
  43. }
  44. ],
  45. "platform": "javascript",
  46. "nextEventID": "99f9e199e9a74a14bfef6196ad741619",
  47. "type": "error",
  48. "metadata": {
  49. "type": "ForbiddenError",
  50. "value": "GET /organizations/hellboy-meowmeow/users/ 403"
  51. },
  52. "tags": [
  53. {
  54. "value": "Chrome 83.0.4103",
  55. "key": "browser",
  56. "_meta": null
  57. },
  58. {
  59. "value": "Chrome",
  60. "key": "browser.name",
  61. "_meta": null
  62. },
  63. {
  64. "value": "prod",
  65. "key": "environment",
  66. "_meta": null
  67. },
  68. {
  69. "value": "yes",
  70. "key": "handled",
  71. "_meta": null
  72. },
  73. {
  74. "value": "error",
  75. "key": "level",
  76. "_meta": null
  77. },
  78. {
  79. "value": "generic",
  80. "key": "mechanism",
  81. "_meta": null
  82. }
  83. ],
  84. "dateCreated": "2020-06-17T22:26:56.098086Z",
  85. "dateReceived": "2020-06-17T22:26:56.428721Z",
  86. "user": {
  87. "username": null,
  88. "name": "Hell Boy",
  89. "ip_address": "192.168.1.1",
  90. "email": "hell@boy.cat",
  91. "data": {
  92. "isStaff": false
  93. },
  94. "id": "550747"
  95. },
  96. "entries": [
  97. {
  98. "type": "exception",
  99. "data": {
  100. "values": [
  101. {
  102. "stacktrace": {
  103. "frames": [
  104. {
  105. "function": "ignoreOnError",
  106. "errors": null,
  107. "colNo": 23,
  108. "vars": null,
  109. "package": null,
  110. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers.js",
  111. "inApp": false,
  112. "lineNo": 71,
  113. "module": "usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers",
  114. "filename": "/usr/src/getsentry/src/sentry/node_modules/@sentry/browser/esm/helpers.js",
  115. "platform": null,
  116. "instructionAddr": null,
  117. "context": [
  118. [66, " }"],
  119. [
  120. 67,
  121. " // Attempt to invoke user-land function"
  122. ],
  123. [
  124. 68,
  125. " // NOTE: If you are a Sentry user, and you are seeing this stack frame, it"
  126. ],
  127. [
  128. 69,
  129. " // means the sentry.javascript SDK caught an error invoking your application code. This"
  130. ],
  131. [
  132. 70,
  133. " // is expected behavior and NOT indicative of a bug with sentry.javascript."
  134. ],
  135. [
  136. 71,
  137. " return fn.apply(this, wrappedArguments);"
  138. ],
  139. [
  140. 72,
  141. " // tslint:enable:no-unsafe-any"
  142. ],
  143. [73, " }"],
  144. [74, " catch (ex) {"],
  145. [75, " ignoreNextOnError();"],
  146. [76, " withScope(function (scope) {"]
  147. ],
  148. "symbolAddr": null,
  149. "trust": null,
  150. "symbol": null
  151. },
  152. {
  153. "function": "apply",
  154. "errors": null,
  155. "colNo": 24,
  156. "vars": null,
  157. "package": null,
  158. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  159. "inApp": false,
  160. "lineNo": 74,
  161. "module": "usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods",
  162. "filename": "/usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  163. "platform": null,
  164. "instructionAddr": null,
  165. "context": [
  166. [69, " */"],
  167. [
  168. 70,
  169. " triggerAsync: function triggerAsync() {"
  170. ],
  171. [71, " var args = arguments,"],
  172. [72, " me = this;"],
  173. [73, " _.nextTick(function () {"],
  174. [74, " me.trigger.apply(me, args);"],
  175. [75, " });"],
  176. [76, " },"],
  177. [77, ""],
  178. [78, " /**"],
  179. [
  180. 79,
  181. " * Wraps the trigger mechanism with a deferral function."
  182. ]
  183. ],
  184. "symbolAddr": null,
  185. "trust": null,
  186. "symbol": null
  187. }
  188. ],
  189. "framesOmitted": null,
  190. "registers": null,
  191. "hasSystemFrames": true
  192. },
  193. "module": null,
  194. "rawStacktrace": {
  195. "frames": [
  196. {
  197. "function": "a",
  198. "errors": null,
  199. "colNo": 88800,
  200. "vars": null,
  201. "package": null,
  202. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  203. "inApp": false,
  204. "lineNo": 81,
  205. "module": null,
  206. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  207. "platform": null,
  208. "instructionAddr": null,
  209. "context": [
  210. [76, "/*!"],
  211. [77, " Copyright (c) 2018 Jed Watson."],
  212. [
  213. 78,
  214. " Licensed under the MIT License (MIT), see"
  215. ],
  216. [
  217. 79,
  218. " http://jedwatson.github.io/react-select"
  219. ],
  220. [80, "*/"],
  221. [
  222. 81,
  223. "{snip} e,t)}));return e.handleEvent?e.handleEvent.apply(this,s):e.apply(this,s)}catch(e){throw c(),Object(o.m)((function(n){n.addEventProcessor((fu {snip}"
  224. ],
  225. [82, "/*!"],
  226. [83, " * JavaScript Cookie v2.2.1"],
  227. [
  228. 84,
  229. " * https://github.com/js-cookie/js-cookie"
  230. ],
  231. [85, " *"],
  232. [
  233. 86,
  234. " * Copyright 2006, 2015 Klaus Hartl & Fagner Brack"
  235. ]
  236. ],
  237. "symbolAddr": null,
  238. "trust": null,
  239. "symbol": null
  240. },
  241. {
  242. "function": null,
  243. "errors": null,
  244. "colNo": 149484,
  245. "vars": null,
  246. "package": null,
  247. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  248. "inApp": false,
  249. "lineNo": 119,
  250. "module": null,
  251. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  252. "platform": null,
  253. "instructionAddr": null,
  254. "context": [
  255. [114, "/* @license"],
  256. [115, "Papa Parse"],
  257. [116, "v5.2.0"],
  258. [117, "https://github.com/mholt/PapaParse"],
  259. [118, "License: MIT"],
  260. [
  261. 119,
  262. "{snip} (){var e=arguments,t=this;r.nextTick((function(){t.trigger.apply(t,e)}))},deferWith:function(e){var t=this.trigger,n=this,r=function(){t.app {snip}"
  263. ],
  264. [120, "/**!"],
  265. [
  266. 121,
  267. " * @fileOverview Kickass library to create and place poppers near their reference elements."
  268. ],
  269. [122, " * @version 1.16.1"],
  270. [123, " * @license"],
  271. [
  272. 124,
  273. " * Copyright (c) 2016 Federico Zivolo and contributors"
  274. ]
  275. ],
  276. "symbolAddr": null,
  277. "trust": null,
  278. "symbol": null
  279. }
  280. ],
  281. "framesOmitted": null,
  282. "registers": null,
  283. "hasSystemFrames": true
  284. },
  285. "mechanism": {
  286. "type": "generic",
  287. "handled": true
  288. },
  289. "threadId": null,
  290. "value": "GET /organizations/hellboy-meowmeow/users/ 403",
  291. "type": "ForbiddenError"
  292. }
  293. ],
  294. "excOmitted": null,
  295. "hasSystemFrames": true
  296. }
  297. },
  298. {
  299. "type": "breadcrumbs",
  300. "data": {
  301. "values": [
  302. {
  303. "category": "tracing",
  304. "level": "debug",
  305. "event_id": null,
  306. "timestamp": "2020-06-17T22:26:55.266586Z",
  307. "data": null,
  308. "message": "[Tracing] pushActivity: idleTransactionStarted#1",
  309. "type": "debug"
  310. },
  311. {
  312. "category": "xhr",
  313. "level": "info",
  314. "event_id": null,
  315. "timestamp": "2020-06-17T22:26:55.619446Z",
  316. "data": {
  317. "url": "/api/0/internal/health/",
  318. "status_code": 200,
  319. "method": "GET"
  320. },
  321. "message": null,
  322. "type": "http"
  323. },
  324. {
  325. "category": "sentry.transaction",
  326. "level": "info",
  327. "event_id": null,
  328. "timestamp": "2020-06-17T22:26:55.945016Z",
  329. "data": null,
  330. "message": "7787a027f3fb46c985aaa2287b3f4d09",
  331. "type": "default"
  332. }
  333. ]
  334. }
  335. },
  336. {
  337. "type": "request",
  338. "data": {
  339. "fragment": null,
  340. "cookies": [],
  341. "inferredContentType": null,
  342. "env": null,
  343. "headers": [
  344. [
  345. "User-Agent",
  346. "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"
  347. ]
  348. ],
  349. "url": "https://sentry.io/organizations/hellboy-meowmeow/issues/",
  350. "query": [["project", "5236886"]],
  351. "data": null,
  352. "method": null
  353. }
  354. }
  355. ],
  356. "packages": {},
  357. "sdk": {
  358. "version": "5.17.0",
  359. "name": "sentry.javascript.browser"
  360. },
  361. "_meta": {
  362. "user": null,
  363. "context": null,
  364. "entries": {},
  365. "contexts": null,
  366. "message": null,
  367. "packages": null,
  368. "tags": {},
  369. "sdk": null
  370. },
  371. "contexts": {
  372. "ForbiddenError": {
  373. "status": 403,
  374. "statusText": "Forbidden",
  375. "responseJSON": {
  376. "detail": "You do not have permission to perform this action."
  377. },
  378. "type": "default"
  379. },
  380. "browser": {
  381. "version": "83.0.4103",
  382. "type": "browser",
  383. "name": "Chrome"
  384. },
  385. "os": {
  386. "version": "10",
  387. "type": "os",
  388. "name": "Windows"
  389. },
  390. "trace": {
  391. "span_id": "83db1ad17e67dfe7",
  392. "type": "trace",
  393. "trace_id": "da6caabcd90e45fdb81f6655824a5f88",
  394. "op": "navigation"
  395. },
  396. "organization": {
  397. "type": "default",
  398. "id": "323938",
  399. "slug": "hellboy-meowmeow"
  400. }
  401. },
  402. "fingerprints": ["fbe908cc63d63ea9763fd84cb6bad177"],
  403. "context": {
  404. "resp": {
  405. "status": 403,
  406. "responseJSON": {
  407. "detail": "You do not have permission to perform this action."
  408. },
  409. "name": "ForbiddenError",
  410. "statusText": "Forbidden",
  411. "message": "GET /organizations/hellboy-meowmeow/users/ 403",
  412. "stack": "Error\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480441\n at u (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:51006)\n at Generator._invoke (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:50794)\n at Generator.A.forEach.e.<computed> [as next] (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:165:51429)\n at n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68684)\n at s (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68895)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68954\n at new Promise (<anonymous>)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:16:68835\n at v (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480924)\n at m (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:480152)\n at t.fetchMemberList (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:902983)\n at t.componentDidMount (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:900527)\n at t.componentDidMount (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:15597)\n at Pc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:101023)\n at t.unstable_runWithPriority (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:3462)\n at Ko (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45529)\n at Rc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:97371)\n at Oc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:87690)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45820\n at t.unstable_runWithPriority (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:3462)\n at Ko (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45529)\n at Zo (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45765)\n at Jo (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:45700)\n at gc (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:84256)\n at Object.enqueueSetState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:181:50481)\n at t.M.setState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:173:1439)\n at t.onUpdate (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:543076)\n at a.n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149090)\n at a.emit (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:6550)\n at p.trigger (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149379)\n at p.onInitializeUrlState (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/app.js:1:541711)\n at a.n (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149090)\n at a.emit (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:189:6550)\n at Function.trigger (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149379)\n at https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:119:149484\n at a (https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js:81:88800)"
  413. }
  414. },
  415. "release": {
  416. "dateReleased": "2020-06-17T19:21:02.186004Z",
  417. "newGroups": 4,
  418. "commitCount": 11,
  419. "url": "https://freight.getsentry.net/deploys/getsentry/production/8868/",
  420. "data": {},
  421. "lastDeploy": {
  422. "name": "b65bc521378269d3eaefdc964f8ef56621414943 to prod",
  423. "url": null,
  424. "environment": "prod",
  425. "dateStarted": null,
  426. "dateFinished": "2020-06-17T19:20:55.641748Z",
  427. "id": "6883490"
  428. },
  429. "deployCount": 1,
  430. "dateCreated": "2020-06-17T18:45:31.042157Z",
  431. "lastEvent": "2020-07-08T21:21:21Z",
  432. "version": "b65bc521378269d3eaefdc964f8ef56621414943",
  433. "firstEvent": "2020-06-17T22:25:14Z",
  434. "lastCommit": {
  435. "repository": {
  436. "status": "active",
  437. "integrationId": "2933",
  438. "externalSlug": "getsentry/getsentry",
  439. "name": "getsentry/getsentry",
  440. "provider": {
  441. "id": "integrations:github",
  442. "name": "GitHub"
  443. },
  444. "url": "https://github.com/getsentry/getsentry",
  445. "id": "2",
  446. "dateCreated": "2016-10-10T21:36:45.373994Z"
  447. },
  448. "releases": [
  449. {
  450. "dateReleased": "2020-06-23T13:26:18.427090Z",
  451. "url": "https://freight.getsentry.net/deploys/getsentry/staging/2077/",
  452. "dateCreated": "2020-06-23T13:22:50.420265Z",
  453. "version": "f3783e5fe710758724f14267439fd46cc2bf5918",
  454. "shortVersion": "f3783e5fe710758724f14267439fd46cc2bf5918",
  455. "ref": "perf/source-maps-test"
  456. },
  457. {
  458. "dateReleased": "2020-06-17T19:21:02.186004Z",
  459. "url": "https://freight.getsentry.net/deploys/getsentry/production/8868/",
  460. "dateCreated": "2020-06-17T18:45:31.042157Z",
  461. "version": "b65bc521378269d3eaefdc964f8ef56621414943",
  462. "shortVersion": "b65bc521378269d3eaefdc964f8ef56621414943",
  463. "ref": "master"
  464. }
  465. ],
  466. "dateCreated": "2020-06-17T18:43:37Z",
  467. "message": "feat(billing): Get a lot of money",
  468. "id": "b65bc521378269d3eaefdc964f8ef56621414943"
  469. },
  470. "shortVersion": "b65bc521378269d3eaefdc964f8ef56621414943",
  471. "authors": [
  472. {
  473. "username": "a37a1b4520ce46cea147ae2885a4e7e7",
  474. "lastLogin": "2020-09-14T22:34:55.550640Z",
  475. "isSuperuser": false,
  476. "isManaged": false,
  477. "experiments": {},
  478. "lastActive": "2020-09-15T22:13:20.503880Z",
  479. "isStaff": false,
  480. "id": "655784",
  481. "isActive": true,
  482. "has2fa": false,
  483. "name": "hell.boy@sentry.io",
  484. "avatarUrl": "https://secure.gravatar.com/avatar/eaa22e25b3a984659420831a77e4874e?s=32&d=mm",
  485. "dateJoined": "2020-04-20T16:21:25.365772Z",
  486. "emails": [
  487. {
  488. "is_verified": false,
  489. "id": "784574",
  490. "email": "hellboy@gmail.com"
  491. },
  492. {
  493. "is_verified": true,
  494. "id": "749185",
  495. "email": "hell.boy@sentry.io"
  496. }
  497. ],
  498. "avatar": {
  499. "avatarUuid": null,
  500. "avatarType": "letter_avatar"
  501. },
  502. "hasPasswordAuth": false,
  503. "email": "hell.boy@sentry.io"
  504. }
  505. ],
  506. "owner": null,
  507. "ref": "master",
  508. "projects": [
  509. {
  510. "name": "Sentry CSP",
  511. "slug": "sentry-csp"
  512. },
  513. {
  514. "name": "Backend",
  515. "slug": "sentry"
  516. },
  517. {
  518. "name": "Frontend",
  519. "slug": "javascript"
  520. }
  521. ]
  522. },
  523. "groupID": "1341191803"
  524. }
  525. }
  526. }
  527. },
  528. "403": {
  529. "description": "Forbidden"
  530. }
  531. },
  532. "security": [
  533. {
  534. "auth_token": ["event:read"]
  535. }
  536. ]
  537. }
  538. }