openapi-explorer 2.1.675 → 2.1.676

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.
@@ -203,7 +203,7 @@ function groupByTags(openApiSpec) {
203
203
  finalParameters.push({
204
204
  in: 'header',
205
205
  name: 'Accept',
206
- description: 'Select the response body Content-Type. By default, the service will return a Content-Type that matches best the requested type.',
206
+ description: 'Select the response body Content-Type. By default, the service will return a Content-Type that best matches the requested type.',
207
207
  schema: {
208
208
  type: 'string',
209
209
  enum: responseContentTypes
@@ -209,7 +209,7 @@ function groupByTags(openApiSpec) {
209
209
  finalParameters.push({
210
210
  in: 'header',
211
211
  name: 'Accept',
212
- description: 'Select the response body Content-Type. By default, the service will return a Content-Type that matches best the requested type.',
212
+ description: 'Select the response body Content-Type. By default, the service will return a Content-Type that best matches the requested type.',
213
213
  schema: {
214
214
  type: 'string',
215
215
  enum: responseContentTypes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi-explorer",
3
- "version": "2.1.675",
3
+ "version": "2.1.676",
4
4
  "description": "OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console",
5
5
  "author": "Authress Developers <developers@authress.io>",
6
6
  "type": "module",