You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8820,7 +8820,7 @@
8820
8820
"name": "language",
8821
8821
"in": "query",
8822
8822
"required": false,
8823
-
"description": "Language for alert metadata (default: en-US)",
8823
+
"description": "Language for alert metadata",
8824
8824
"schema": {
8825
8825
"type": "string",
8826
8826
"enum": [
@@ -8852,7 +8852,7 @@
8852
8852
"required": false
8853
8853
},
8854
8854
"security": [],
8855
-
"description": "For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter (default: 'en-US').\n\n## Query parameter\n- language: string (optional, default: 'en-US')\n\nExample request body:\n[\n \"badEncoding\",\n \"badSemver\"\n]\n\nExample response:\n[\n {\n \"type\": \"badEncoding\",\n \"title\": \"Bad text encoding\",\n \"description\": \"Source files are encoded using a non-standard text encoding.\",\n \"suggestion\": \"Ensure all published files are encoded using a standard encoding such as UTF8, UTF16, UTF32, SHIFT-JIS, etc.\",\n \"emoji\": \"⚠️\",\n \"nextStepTitle\": \"What is bad text encoding?\"\n }\n]\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:",
8855
+
"description": "For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter.\n\nThis endpoint consumes 1 unit of your quota.\n\nThis endpoint requires the following org token scopes:",
Copy file name to clipboardExpand all lines: types/api.d.ts
+3-45Lines changed: 3 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -406,28 +406,7 @@ export interface paths {
406
406
'/alert-types': {
407
407
/**
408
408
* Alert Types Metadata
409
-
* @description For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter (default: 'en-US').
410
-
*
411
-
* ## Query parameter
412
-
* - language: string (optional, default: 'en-US')
413
-
*
414
-
* Example request body:
415
-
* [
416
-
* "badEncoding",
417
-
* "badSemver"
418
-
* ]
419
-
*
420
-
* Example response:
421
-
* [
422
-
* {
423
-
* "type": "badEncoding",
424
-
* "title": "Bad text encoding",
425
-
* "description": "Source files are encoded using a non-standard text encoding.",
426
-
* "suggestion": "Ensure all published files are encoded using a standard encoding such as UTF8, UTF16, UTF32, SHIFT-JIS, etc.",
427
-
* "emoji": "⚠️",
428
-
* "nextStepTitle": "What is bad text encoding?"
429
-
* }
430
-
* ]
409
+
* @description For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter.
* @description For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter (default: 'en-US').
4219
-
*
4220
-
* ## Query parameter
4221
-
* - language: string (optional, default: 'en-US')
4222
-
*
4223
-
* Example request body:
4224
-
* [
4225
-
* "badEncoding",
4226
-
* "badSemver"
4227
-
* ]
4228
-
*
4229
-
* Example response:
4230
-
* [
4231
-
* {
4232
-
* "type": "badEncoding",
4233
-
* "title": "Bad text encoding",
4234
-
* "description": "Source files are encoded using a non-standard text encoding.",
4235
-
* "suggestion": "Ensure all published files are encoded using a standard encoding such as UTF8, UTF16, UTF32, SHIFT-JIS, etc.",
4236
-
* "emoji": "⚠️",
4237
-
* "nextStepTitle": "What is bad text encoding?"
4238
-
* }
4239
-
* ]
4197
+
* @description For an array of alert type identifiers, returns metadata for each alert type. Optionally, specify a language via the 'language' query parameter.
0 commit comments