@apifreaks/openapi-specs 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/index.cjs +133 -2
  2. package/dist/index.d.cts +140 -3
  3. package/dist/index.d.ts +140 -3
  4. package/dist/index.js +131 -2
  5. package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
  6. package/dist/specs/commodity/commodity-prices.yaml +236 -0
  7. package/dist/specs/commodity/commodity-symbols.yaml +159 -0
  8. package/dist/specs/commodity/commodity-time-series.yaml +238 -0
  9. package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
  10. package/dist/specs/currency/currency-converter.yaml +193 -0
  11. package/dist/specs/currency/currency-fluctuation.yaml +211 -0
  12. package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
  13. package/dist/specs/currency/currency-rate.yaml +173 -0
  14. package/dist/specs/currency/currency-supported.yaml +176 -0
  15. package/dist/specs/currency/currency-symbols.yaml +115 -0
  16. package/dist/specs/currency/currency-time-series.yaml +232 -0
  17. package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
  18. package/dist/specs/currency/historical-currency-converter.yaml +195 -0
  19. package/dist/specs/currency/historical-currency-rate.yaml +180 -0
  20. package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
  21. package/dist/specs/dns/dns-history-lookup.yaml +451 -0
  22. package/dist/specs/dns/dns-lookup.yaml +360 -0
  23. package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
  24. package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
  25. package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
  26. package/dist/specs/domain/domain-search.yaml +149 -0
  27. package/dist/specs/domain/subdomain-lookup.yaml +251 -0
  28. package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
  29. package/dist/specs/email-validation/email-checker.yaml +451 -0
  30. package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
  31. package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
  32. package/dist/specs/financial/iban-validation.yaml +270 -0
  33. package/dist/specs/financial/swift-code-finder.yaml +146 -0
  34. package/dist/specs/financial/swift-code-lookup.yaml +156 -0
  35. package/dist/specs/financial/vat-number-validation.yaml +205 -0
  36. package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
  37. package/dist/specs/financial/vat-rates-country.yaml +212 -0
  38. package/dist/specs/general/usage-credits.yaml +188 -0
  39. package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
  40. package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
  41. package/dist/specs/geodb/administrative-units-details.yaml +180 -0
  42. package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
  43. package/dist/specs/geodb/administrative-units.yaml +168 -0
  44. package/dist/specs/geodb/cities.yaml +209 -0
  45. package/dist/specs/geodb/countries-details.yaml +207 -0
  46. package/dist/specs/geodb/countries.yaml +199 -0
  47. package/dist/specs/geodb/flags-supported.yaml +119 -0
  48. package/dist/specs/geodb/flags.yaml +170 -0
  49. package/dist/specs/geodb/regions.yaml +76 -0
  50. package/dist/specs/geodb/subregions.yaml +158 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
  52. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
  53. package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
  54. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
  55. package/dist/specs/other/astronomy-data.yaml +632 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +187 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +193 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +208 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +148 -0
  64. package/dist/specs/pdf/pdf-file.yaml +136 -0
  65. package/dist/specs/pdf/pdf-files.yaml +85 -0
  66. package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
  67. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
  68. package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
  69. package/dist/specs/pdf/pdf-restrict.yaml +246 -0
  70. package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
  71. package/dist/specs/pdf/pdf-task-status.yaml +187 -0
  72. package/dist/specs/pdf/pdf-to-image.yaml +844 -0
  73. package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
  74. package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
  75. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
  76. package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
  77. package/dist/specs/scraper/web-scraper.yaml +479 -0
  78. package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
  79. package/dist/specs/screenshot/website-screenshot.yaml +822 -0
  80. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
  81. package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
  82. package/dist/specs/timezone/timezone-converter.yaml +249 -0
  83. package/dist/specs/timezone/timezone-lookup.yaml +712 -0
  84. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
  85. package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
  86. package/dist/specs/weather/air-quality.yaml +590 -0
  87. package/dist/specs/weather/bulk-live-weather.yaml +654 -0
  88. package/dist/specs/weather/flood-forecast.yaml +519 -0
  89. package/dist/specs/weather/historical-weather.yaml +842 -0
  90. package/dist/specs/weather/live-weather.yaml +633 -0
  91. package/dist/specs/weather/marine-weather.yaml +806 -0
  92. package/dist/specs/weather/time-series-weather.yaml +821 -0
  93. package/dist/specs/weather/weather-forecast.yaml +935 -0
  94. package/dist/specs/whois/asn-lookup.yaml +618 -0
  95. package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
  96. package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
  97. package/dist/specs/whois/reverse-whois.yaml +566 -0
  98. package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
  99. package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
  100. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
  101. package/dist/specs/zip-code/zip-code-api.yaml +216 -0
  102. package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
  103. package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
  104. package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
  105. package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
  106. package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
  107. package/package.json +6 -2
  108. package/specs/pdf/merge-pdf.json +2 -2
@@ -0,0 +1,221 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: PDF Unrestrict API Reference
4
+ version: 1.0.0
5
+ description: Remove all restrictions from a restricted PDF file using the owner password. Returns a task ID for tracking the unrestrict progress.
6
+ contact:
7
+ name: APIFreaks Support
8
+ url: https://apifreaks.com/contact
9
+ email: support@apifreaks.com
10
+ servers:
11
+ - url: https://api.apifreaks.com/v1.0
12
+ description: PDF Unrestrict API Server
13
+ paths:
14
+ /pdf/unrestrict:
15
+ post:
16
+ tags:
17
+ - PDF Security APIs
18
+ summary: Remove permission restrictions from a PDF while keeping it encrypted.
19
+ description: This API removes permission restrictions from a PDF while keeping it encrypted. If you want to remove all security (including encryption), use the `/pdf/decrypt` endpoint instead.
20
+ parameters:
21
+ - name: format
22
+ in: query
23
+ required: false
24
+ schema:
25
+ type: string
26
+ enum:
27
+ - json
28
+ - xml
29
+ default: json
30
+ description: Specifies the desired format for the API response. Choose 'json' for a JSON object or 'xml' for an XML structure.
31
+ - name: file_id
32
+ in: query
33
+ required: false
34
+ schema:
35
+ type: string
36
+ description: The unique ID of a PDF file already uploaded to the API Freaks server. Use this as an alternative to uploading a new file directly.
37
+ - name: destroy
38
+ in: query
39
+ required: false
40
+ schema:
41
+ type: boolean
42
+ description: If set to `true`, the input file(s) will be permanently deleted from the server immediately after the output PDF is generated.
43
+ - name: output
44
+ in: query
45
+ required: false
46
+ schema:
47
+ type: string
48
+ description: The desired name for the output unrestricted PDF file. If not provided, a default name will be assigned.
49
+ - name: file_password
50
+ in: query
51
+ required: true
52
+ schema:
53
+ type: string
54
+ description: The password to unlock the input file. Either the owner password or user password can be provided. The owner password takes precedence. Password Length should be between 6 and 128 characters.
55
+ - name: user_password
56
+ in: query
57
+ required: true
58
+ schema:
59
+ type: string
60
+ description: Sets the user password for the PDF file. Required — providing only owner_password without user_password is rejected. Password Length should be between 6 and 128 characters.
61
+ - name: owner_password
62
+ in: query
63
+ required: false
64
+ schema:
65
+ type: string
66
+ description: Sets the owner password for the PDF file. If the owner password is not provided, the `user_password` will also be used as the owner password. Password Length should be between 6 and 128 characters.
67
+ - name: webhook_url
68
+ in: query
69
+ required: false
70
+ schema:
71
+ type: string
72
+ description: The URL to which the webhook notification will be sent after the task is completed.
73
+ - name: webhook_failure_notification
74
+ in: query
75
+ required: false
76
+ schema:
77
+ type: boolean
78
+ description: If true, a notification will also be sent by email in case the webhook request fails all the retries. The email notification will be sent to the requesting user or their organization’s admin if part of one.
79
+ - name: X-Webhook-Authorization
80
+ in: header
81
+ required: false
82
+ schema:
83
+ type: string
84
+ description: 'Optional custom header for webhook requests. Format: `Key:Value` (e.g., `Authorization:Bearer token123`). This will be sent as an HTTP header in the webhook call.'
85
+ requestBody:
86
+ description: Multipart form-data body carrying the PDF file to unrestrict. Alternatively, reference an already-uploaded file via the file_id query parameter instead of uploading here.
87
+ required: false
88
+ content:
89
+ multipart/form-data:
90
+ schema:
91
+ $ref: '#/components/schemas/PdfFileUploadRequest'
92
+ responses:
93
+ '200':
94
+ description: PDF unrestrict successfully
95
+ content:
96
+ application/json:
97
+ schema:
98
+ $ref: '#/components/schemas/PDFResponse'
99
+ examples:
100
+ success:
101
+ summary: Task created
102
+ value:
103
+ taskId: 16cc979a-55b9-476c-bfef-0977314478ec
104
+ inputIds:
105
+ - 9c809ef8-583a-40f1-afe2-424d1d953b69
106
+ '400':
107
+ description: Bad Request — Missing/invalid parameters, file ID, or password
108
+ content:
109
+ application/json:
110
+ examples:
111
+ MissingParams:
112
+ summary: Missing required file_password or user_password parameter
113
+ value:
114
+ error: Invalid Param Exception
115
+ message: please pass correct parameters
116
+ path: /v1.0/pdf/unrestrict
117
+ status: 400
118
+ timestamp: '2026-07-27T10:59:22.835Z'
119
+ MissingFileOrID:
120
+ summary: Neither a file nor a file ID was provided
121
+ value:
122
+ timestamp: '2026-07-27T10:59:23.398Z'
123
+ path: /v1.0/pdf/unrestrict-pdf
124
+ status: 400
125
+ error: Missing File or ID
126
+ message: Please provide either a file or a file ID.
127
+ InvalidID:
128
+ summary: file_id is malformed or does not exist
129
+ value:
130
+ error: Invalid File ID Provided
131
+ message: Please provide a valid file ID
132
+ path: /v1.0/pdf/unrestrict
133
+ status: 400
134
+ timestamp: '2026-07-27T10:59:23.936Z'
135
+ WeakPassword:
136
+ summary: New password does not meet strength requirements
137
+ value:
138
+ timestamp: '2026-07-27T10:59:25.041Z'
139
+ path: /v1.0/pdf/unrestrict-pdf
140
+ status: 400
141
+ error: Weak Password Provided
142
+ message: Please provide a strong password. Refer to the documentation for password requirements.
143
+ schema:
144
+ $ref: '#/components/schemas/ErrorResponse'
145
+ '415':
146
+ description: Unsupported Media Type — File type not supported
147
+ content:
148
+ application/json:
149
+ schema:
150
+ $ref: '#/components/schemas/ErrorResponse'
151
+ examples:
152
+ UnsupportedFileType:
153
+ summary: Uploaded file is not a supported type
154
+ value:
155
+ timestamp: '2026-07-27T10:59:24.507Z'
156
+ path: /v1.0/pdf/unrestrict-pdf
157
+ status: 415
158
+ error: Unsupported File Type
159
+ message: The provided file type is not supported. Refer to the documentation for valid file types.
160
+ operationId: unrestrictPdf
161
+ components:
162
+ securitySchemes:
163
+ ApiKeyAuthHeader:
164
+ type: apiKey
165
+ in: header
166
+ name: X-apiKey
167
+ description: Pass your API key via the X-apiKey request header.
168
+ ApiKeyAuthQuery:
169
+ type: apiKey
170
+ in: query
171
+ name: apiKey
172
+ description: Pass your API key via the apiKey query parameter.
173
+ schemas:
174
+ PDFResponse:
175
+ type: object
176
+ description: Response containing the task ID and input file IDs for a PDF processing task.
177
+ required:
178
+ - taskId
179
+ properties:
180
+ taskId:
181
+ type: string
182
+ description: Task ID of the requested task, used to check the task status.
183
+ inputIds:
184
+ type: array
185
+ items:
186
+ type: string
187
+ description: File IDs for the input files provided for the task. Not returned when destroy parameter is true.
188
+ PdfFileUploadRequest:
189
+ type: object
190
+ description: Multipart form-data request body containing the PDF file to process.
191
+ required: []
192
+ properties:
193
+ file:
194
+ type: string
195
+ format: binary
196
+ description: Raw PDF file bytes sent as a multipart/form-data field named 'file'. Omit this field entirely and pass file_id in the query string instead to use an already-uploaded file.
197
+ ErrorResponse:
198
+ type: object
199
+ description: Standard error envelope returned by the API on failed requests.
200
+ required:
201
+ - message
202
+ properties:
203
+ error:
204
+ type: string
205
+ description: Short error category or exception type.
206
+ message:
207
+ type: string
208
+ description: Human-readable error message describing the failure.
209
+ path:
210
+ type: string
211
+ description: API endpoint path that produced the error.
212
+ status:
213
+ type: integer
214
+ description: HTTP status code returned with the error.
215
+ timestamp:
216
+ type: string
217
+ format: date-time
218
+ description: Timestamp when the error occurred (ISO 8601).
219
+ security:
220
+ - ApiKeyAuthHeader: []
221
+ - ApiKeyAuthQuery: []
@@ -0,0 +1,207 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: PDF Rotate API - Instantly Change Page Orientation
4
+ version: 1.0.0
5
+ description: Rotate pages in a PDF file by 90, 180, or 270 degrees. Supports individual page rotation or batch rotation. Returns a task ID.
6
+ contact:
7
+ name: APIFreaks Support
8
+ url: https://apifreaks.com/contact
9
+ email: support@apifreaks.com
10
+ servers:
11
+ - url: https://api.apifreaks.com/v1.0
12
+ description: PDF Rotate API Server
13
+ paths:
14
+ /pdf/rotate:
15
+ post:
16
+ tags:
17
+ - PDF Operations APIs
18
+ summary: Rotate pages in a PDF
19
+ description: This API rotates pages of a PDF by a specified angle (in multiples of 90 degrees).
20
+ parameters:
21
+ - name: format
22
+ in: query
23
+ required: false
24
+ schema:
25
+ type: string
26
+ enum:
27
+ - json
28
+ - xml
29
+ default: json
30
+ description: Specifies the desired format for the API response. Choose 'json' for a JSON object or 'xml' for an XML structure.
31
+ - name: file_id
32
+ in: query
33
+ required: false
34
+ schema:
35
+ type: string
36
+ description: The unique ID of a PDF file already uploaded to the API Freaks server. Use this as an alternative to uploading a new file directly.
37
+ - name: destroy
38
+ in: query
39
+ required: false
40
+ schema:
41
+ type: boolean
42
+ description: If set to `true`, the input file(s) will be permanently deleted from the server immediately after the output PDF is generated.
43
+ - name: output
44
+ in: query
45
+ required: false
46
+ schema:
47
+ type: string
48
+ description: The desired name for the output PDF file after rotation. If not provided, a default name will be assigned.
49
+ - name: pages
50
+ in: query
51
+ required: false
52
+ schema:
53
+ type: string
54
+ description: 'Specifies which pages to rotate. Accepts individual page numbers (e.g., ''1,7'') and/or ascending page ranges (e.g., ''3-5''). Use commas to separate entries and hyphens for ranges. Reverse ranges (e.g., ''5-3'') are not allowed. Alternatively, provide only one of the following keywords: ''even'' (rotate all even-numbered pages), ''odd'' (rotate all odd-numbered pages), ''last'' (rotate only the last page), or ''all'' (rotate all pages). Examples: ''1,3-5'', ''odd'', ''all''. Mixing special keywords with specific pages/ranges is not allowed.'
55
+ - name: rotate
56
+ in: query
57
+ required: true
58
+ schema:
59
+ type: integer
60
+ description: 'The angle in degrees to rotate the selected pages. Must be one of the following values: 0, 90, 180, 270, -90, -180, or -270. All rotations are applied clockwise.'
61
+ - name: webhook_url
62
+ in: query
63
+ required: false
64
+ schema:
65
+ type: string
66
+ description: The URL to which the webhook notification will be sent after the task is completed.
67
+ - name: webhook_failure_notification
68
+ in: query
69
+ required: false
70
+ schema:
71
+ type: boolean
72
+ description: If true, a notification will also be sent by email in case the webhook request fails all the retries. The email notification will be sent to the requesting user or their organization’s admin if part of one.
73
+ - name: X-Webhook-Authorization
74
+ in: header
75
+ required: false
76
+ schema:
77
+ type: string
78
+ description: 'Optional custom header for webhook requests. Format: `Key:Value` (e.g., `Authorization:Bearer token123`). This will be sent as an HTTP header in the webhook call.'
79
+ requestBody:
80
+ description: Multipart form-data body carrying the PDF file to rotate. Alternatively, reference an already-uploaded file via the file_id query parameter instead of uploading here.
81
+ required: false
82
+ content:
83
+ multipart/form-data:
84
+ schema:
85
+ $ref: '#/components/schemas/PdfFileUploadRequest'
86
+ responses:
87
+ '200':
88
+ description: Rotate task created successfully. Malformed or out-of-range page specifications are not rejected synchronously — the task is created, then fails asynchronously; poll the task status endpoint and check for status "failed" with an error/message pair.
89
+ content:
90
+ application/json:
91
+ schema:
92
+ $ref: '#/components/schemas/PDFResponse'
93
+ examples:
94
+ success:
95
+ summary: Task created
96
+ value:
97
+ taskId: b59d27fa-9865-4ad8-8e7c-818eb263892b
98
+ inputIds:
99
+ - 0fb39c16-db08-4ac8-bb5f-51656f934aaa
100
+ '400':
101
+ description: Bad Request — Missing/invalid parameters or file ID
102
+ content:
103
+ application/json:
104
+ examples:
105
+ MissingRotate:
106
+ summary: Missing required rotate parameter
107
+ value:
108
+ error: Invalid Param Exception
109
+ message: please pass correct parameters
110
+ path: /v1.0/pdf/rotate
111
+ status: 400
112
+ timestamp: '2026-07-27T10:54:37.098Z'
113
+ InvalidRotation:
114
+ summary: rotate value is not a supported angle
115
+ value:
116
+ timestamp: '2026-07-27T10:54:37.663Z'
117
+ path: /v1.0/pdf/rotate
118
+ status: 400
119
+ error: Invalid Rotation Angle
120
+ message: Please provide a valid rotation angle. Refer to the documentation for valid rotation angles.
121
+ InvalidID:
122
+ summary: file_id is malformed or does not exist
123
+ value:
124
+ error: Invalid File ID Provided
125
+ message: Please provide a valid file ID
126
+ path: /v1.0/pdf/rotate
127
+ status: 400
128
+ timestamp: '2026-07-27T10:54:38.253Z'
129
+ schema:
130
+ $ref: '#/components/schemas/ErrorResponse'
131
+ '415':
132
+ description: Unsupported Media Type — File type not supported
133
+ content:
134
+ application/json:
135
+ examples:
136
+ UnsupportedFileType:
137
+ summary: Uploaded file is not a supported type
138
+ value:
139
+ timestamp: '2026-07-27T10:54:38.800Z'
140
+ path: /v1.0/pdf/rotate
141
+ status: 415
142
+ error: Unsupported File Type
143
+ message: The provided file type is not supported. Refer to the documentation for valid file types.
144
+ schema:
145
+ $ref: '#/components/schemas/ErrorResponse'
146
+ operationId: rotatePdfPages
147
+ components:
148
+ securitySchemes:
149
+ ApiKeyAuthHeader:
150
+ type: apiKey
151
+ in: header
152
+ name: X-apiKey
153
+ description: Pass your API key via the X-apiKey request header.
154
+ ApiKeyAuthQuery:
155
+ type: apiKey
156
+ in: query
157
+ name: apiKey
158
+ description: Pass your API key via the apiKey query parameter.
159
+ schemas:
160
+ PDFResponse:
161
+ type: object
162
+ description: Response containing the task ID and input file IDs for a PDF processing task.
163
+ required:
164
+ - taskId
165
+ properties:
166
+ taskId:
167
+ type: string
168
+ description: Task ID of the requested task, used to check the task status.
169
+ inputIds:
170
+ type: array
171
+ items:
172
+ type: string
173
+ description: File IDs for the input files provided for the task. Not returned when destroy parameter is true.
174
+ PdfFileUploadRequest:
175
+ type: object
176
+ description: Multipart form-data request body containing the PDF file to process.
177
+ required: []
178
+ properties:
179
+ file:
180
+ type: string
181
+ format: binary
182
+ description: Raw PDF file bytes sent as a multipart/form-data field named 'file'. Omit this field entirely and pass file_id in the query string instead to use an already-uploaded file.
183
+ ErrorResponse:
184
+ type: object
185
+ description: Standard error envelope returned by the API on failed requests.
186
+ required:
187
+ - message
188
+ properties:
189
+ error:
190
+ type: string
191
+ description: Short error category or exception type.
192
+ message:
193
+ type: string
194
+ description: Human-readable error message describing the failure.
195
+ path:
196
+ type: string
197
+ description: API endpoint path that produced the error.
198
+ status:
199
+ type: integer
200
+ description: HTTP status code returned with the error.
201
+ timestamp:
202
+ type: string
203
+ format: date-time
204
+ description: Timestamp when the error occurred (ISO 8601).
205
+ security:
206
+ - ApiKeyAuthHeader: []
207
+ - ApiKeyAuthQuery: []