oldest-event.json 26 KB

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