oldest-event.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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_slug",
  9. "in": "path",
  10. "description": "The 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. [
  149. 72,
  150. " // tslint:enable:no-unsafe-any"
  151. ],
  152. [73, " }"],
  153. [74, " catch (ex) {"],
  154. [75, " ignoreNextOnError();"],
  155. [76, " withScope(function (scope) {"]
  156. ],
  157. "symbolAddr": null,
  158. "trust": null,
  159. "symbol": null
  160. },
  161. {
  162. "function": "apply",
  163. "errors": null,
  164. "colNo": 24,
  165. "vars": null,
  166. "package": null,
  167. "absPath": "webpack:////usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  168. "inApp": false,
  169. "lineNo": 74,
  170. "module": "usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods",
  171. "filename": "/usr/src/getsentry/src/sentry/node_modules/reflux-core/lib/PublisherMethods.js",
  172. "platform": null,
  173. "instructionAddr": null,
  174. "context": [
  175. [69, " */"],
  176. [
  177. 70,
  178. " triggerAsync: function triggerAsync() {"
  179. ],
  180. [71, " var args = arguments,"],
  181. [72, " me = this;"],
  182. [73, " _.nextTick(function () {"],
  183. [74, " me.trigger.apply(me, args);"],
  184. [75, " });"],
  185. [76, " },"],
  186. [77, ""],
  187. [78, " /**"],
  188. [
  189. 79,
  190. " * Wraps the trigger mechanism with a deferral function."
  191. ]
  192. ],
  193. "symbolAddr": null,
  194. "trust": null,
  195. "symbol": null
  196. }
  197. ],
  198. "framesOmitted": null,
  199. "registers": null,
  200. "hasSystemFrames": true
  201. },
  202. "module": null,
  203. "rawStacktrace": {
  204. "frames": [
  205. {
  206. "function": "a",
  207. "errors": null,
  208. "colNo": 88800,
  209. "vars": null,
  210. "package": null,
  211. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  212. "inApp": false,
  213. "lineNo": 81,
  214. "module": null,
  215. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  216. "platform": null,
  217. "instructionAddr": null,
  218. "context": [
  219. [76, "/*!"],
  220. [77, " Copyright (c) 2018 Jed Watson."],
  221. [
  222. 78,
  223. " Licensed under the MIT License (MIT), see"
  224. ],
  225. [
  226. 79,
  227. " http://jedwatson.github.io/react-select"
  228. ],
  229. [80, "*/"],
  230. [
  231. 81,
  232. "{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}"
  233. ],
  234. [82, "/*!"],
  235. [83, " * JavaScript Cookie v2.2.1"],
  236. [
  237. 84,
  238. " * https://github.com/js-cookie/js-cookie"
  239. ],
  240. [85, " *"],
  241. [
  242. 86,
  243. " * Copyright 2006, 2015 Klaus Hartl & Fagner Brack"
  244. ]
  245. ],
  246. "symbolAddr": null,
  247. "trust": null,
  248. "symbol": null
  249. },
  250. {
  251. "function": null,
  252. "errors": null,
  253. "colNo": 149484,
  254. "vars": null,
  255. "package": null,
  256. "absPath": "https://s1.sentry-cdn.com/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  257. "inApp": false,
  258. "lineNo": 119,
  259. "module": null,
  260. "filename": "/_static/dde778f9f93a48e2b6e58ecb0c5eb8f2/sentry/dist/vendor.js",
  261. "platform": null,
  262. "instructionAddr": null,
  263. "context": [
  264. [114, "/* @license"],
  265. [115, "Papa Parse"],
  266. [116, "v5.2.0"],
  267. [117, "https://github.com/mholt/PapaParse"],
  268. [118, "License: MIT"],
  269. [
  270. 119,
  271. "{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}"
  272. ],
  273. [120, "/**!"],
  274. [
  275. 121,
  276. " * @fileOverview Kickass library to create and place poppers near their reference elements."
  277. ],
  278. [122, " * @version 1.16.1"],
  279. [123, " * @license"],
  280. [
  281. 124,
  282. " * Copyright (c) 2016 Federico Zivolo and contributors"
  283. ]
  284. ],
  285. "symbolAddr": null,
  286. "trust": null,
  287. "symbol": null
  288. }
  289. ],
  290. "framesOmitted": null,
  291. "registers": null,
  292. "hasSystemFrames": true
  293. },
  294. "mechanism": {
  295. "type": "generic",
  296. "handled": true
  297. },
  298. "threadId": null,
  299. "value": "GET /organizations/hellboy-meowmeow/users/ 403",
  300. "type": "ForbiddenError"
  301. }
  302. ],
  303. "excOmitted": null,
  304. "hasSystemFrames": true
  305. }
  306. },
  307. {
  308. "type": "breadcrumbs",
  309. "data": {
  310. "values": [
  311. {
  312. "category": "tracing",
  313. "level": "debug",
  314. "event_id": null,
  315. "timestamp": "2020-06-17T22:26:55.266586Z",
  316. "data": null,
  317. "message": "[Tracing] pushActivity: idleTransactionStarted#1",
  318. "type": "debug"
  319. },
  320. {
  321. "category": "xhr",
  322. "level": "info",
  323. "event_id": null,
  324. "timestamp": "2020-06-17T22:26:55.619446Z",
  325. "data": {
  326. "url": "/api/0/internal/health/",
  327. "status_code": 200,
  328. "method": "GET"
  329. },
  330. "message": null,
  331. "type": "http"
  332. },
  333. {
  334. "category": "sentry.transaction",
  335. "level": "info",
  336. "event_id": null,
  337. "timestamp": "2020-06-17T22:26:55.945016Z",
  338. "data": null,
  339. "message": "7787a027f3fb46c985aaa2287b3f4d09",
  340. "type": "default"
  341. }
  342. ]
  343. }
  344. },
  345. {
  346. "type": "request",
  347. "data": {
  348. "fragment": null,
  349. "cookies": [],
  350. "inferredContentType": null,
  351. "env": null,
  352. "headers": [
  353. [
  354. "User-Agent",
  355. "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"
  356. ]
  357. ],
  358. "url": "https://sentry.io/organizations/hellboy-meowmeow/issues/",
  359. "query": [["project", "5236886"]],
  360. "data": null,
  361. "method": null
  362. }
  363. }
  364. ],
  365. "packages": {},
  366. "sdk": {
  367. "version": "5.17.0",
  368. "name": "sentry.javascript.browser"
  369. },
  370. "_meta": {
  371. "user": null,
  372. "context": null,
  373. "entries": {},
  374. "contexts": null,
  375. "message": null,
  376. "packages": null,
  377. "tags": {},
  378. "sdk": null
  379. },
  380. "contexts": {
  381. "ForbiddenError": {
  382. "status": 403,
  383. "statusText": "Forbidden",
  384. "responseJSON": {
  385. "detail": "You do not have permission to perform this action."
  386. },
  387. "type": "default"
  388. },
  389. "browser": {
  390. "version": "83.0.4103",
  391. "type": "browser",
  392. "name": "Chrome"
  393. },
  394. "os": {
  395. "version": "10",
  396. "type": "os",
  397. "name": "Windows"
  398. },
  399. "trace": {
  400. "span_id": "83db1ad17e67dfe7",
  401. "type": "trace",
  402. "trace_id": "da6caabcd90e45fdb81f6655824a5f88",
  403. "op": "navigation"
  404. },
  405. "organization": {
  406. "type": "default",
  407. "id": "323938",
  408. "slug": "hellboy-meowmeow"
  409. }
  410. },
  411. "fingerprints": ["fbe908cc63d63ea9763fd84cb6bad177"],
  412. "context": {
  413. "resp": {
  414. "status": 403,
  415. "responseJSON": {
  416. "detail": "You do not have permission to perform this action."
  417. },
  418. "name": "ForbiddenError",
  419. "statusText": "Forbidden",
  420. "message": "GET /organizations/hellboy-meowmeow/users/ 403",
  421. "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)"
  422. }
  423. },
  424. "release": {
  425. "dateReleased": "2020-06-17T19:21:02.186004Z",
  426. "newGroups": 4,
  427. "commitCount": 11,
  428. "url": "https://freight.getsentry.net/deploys/getsentry/production/8868/",
  429. "data": {},
  430. "lastDeploy": {
  431. "name": "b65bc521378269d3eaefdc964f8ef56621414943 to prod",
  432. "url": null,
  433. "environment": "prod",
  434. "dateStarted": null,
  435. "dateFinished": "2020-06-17T19:20:55.641748Z",
  436. "id": "6883490"
  437. },
  438. "deployCount": 1,
  439. "dateCreated": "2020-06-17T18:45:31.042157Z",
  440. "lastEvent": "2020-07-08T21:21:21Z",
  441. "version": "b65bc521378269d3eaefdc964f8ef56621414943",
  442. "firstEvent": "2020-06-17T22:25:14Z",
  443. "lastCommit": {
  444. "repository": {
  445. "status": "active",
  446. "integrationId": "2933",
  447. "externalSlug": "getsentry/getsentry",
  448. "name": "getsentry/getsentry",
  449. "provider": {
  450. "id": "integrations:github",
  451. "name": "GitHub"
  452. },
  453. "url": "https://github.com/getsentry/getsentry",
  454. "id": "2",
  455. "dateCreated": "2016-10-10T21:36:45.373994Z"
  456. },
  457. "releases": [
  458. {
  459. "dateReleased": "2020-06-23T13:26:18.427090Z",
  460. "url": "https://freight.getsentry.net/deploys/getsentry/staging/2077/",
  461. "dateCreated": "2020-06-23T13:22:50.420265Z",
  462. "version": "f3783e5fe710758724f14267439fd46cc2bf5918",
  463. "shortVersion": "f3783e5fe710758724f14267439fd46cc2bf5918",
  464. "ref": "perf/source-maps-test"
  465. },
  466. {
  467. "dateReleased": "2020-06-17T19:21:02.186004Z",
  468. "url": "https://freight.getsentry.net/deploys/getsentry/production/8868/",
  469. "dateCreated": "2020-06-17T18:45:31.042157Z",
  470. "version": "b65bc521378269d3eaefdc964f8ef56621414943",
  471. "shortVersion": "b65bc521378269d3eaefdc964f8ef56621414943",
  472. "ref": "master"
  473. }
  474. ],
  475. "dateCreated": "2020-06-17T18:43:37Z",
  476. "message": "feat(billing): Get a lot of money",
  477. "id": "b65bc521378269d3eaefdc964f8ef56621414943"
  478. },
  479. "shortVersion": "b65bc521378269d3eaefdc964f8ef56621414943",
  480. "authors": [
  481. {
  482. "username": "a37a1b4520ce46cea147ae2885a4e7e7",
  483. "lastLogin": "2020-09-14T22:34:55.550640Z",
  484. "isSuperuser": false,
  485. "isManaged": false,
  486. "experiments": {},
  487. "lastActive": "2020-09-15T22:13:20.503880Z",
  488. "isStaff": false,
  489. "id": "655784",
  490. "isActive": true,
  491. "has2fa": false,
  492. "name": "hell.boy@sentry.io",
  493. "avatarUrl": "https://secure.gravatar.com/avatar/eaa22e25b3a984659420831a77e4874e?s=32&d=mm",
  494. "dateJoined": "2020-04-20T16:21:25.365772Z",
  495. "emails": [
  496. {
  497. "is_verified": false,
  498. "id": "784574",
  499. "email": "hellboy@gmail.com"
  500. },
  501. {
  502. "is_verified": true,
  503. "id": "749185",
  504. "email": "hell.boy@sentry.io"
  505. }
  506. ],
  507. "avatar": {
  508. "avatarUuid": null,
  509. "avatarType": "letter_avatar"
  510. },
  511. "hasPasswordAuth": false,
  512. "email": "hell.boy@sentry.io"
  513. }
  514. ],
  515. "owner": null,
  516. "ref": "master",
  517. "projects": [
  518. {
  519. "name": "Sentry CSP",
  520. "slug": "sentry-csp"
  521. },
  522. {
  523. "name": "Backend",
  524. "slug": "sentry"
  525. },
  526. {
  527. "name": "Frontend",
  528. "slug": "javascript"
  529. }
  530. ]
  531. },
  532. "groupID": "1341191803"
  533. }
  534. }
  535. }
  536. },
  537. "403": {
  538. "description": "Forbidden"
  539. }
  540. },
  541. "security": [
  542. {
  543. "auth_token": ["event:read"]
  544. }
  545. ]
  546. }
  547. }