Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions tika-server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ paths:
headers:
Content-Type:
schema:
enum: [application/json]
enum: [json]
example: application/json
default: application/json
type: string
Expand All @@ -91,7 +91,7 @@ paths:
headers:
Content-Type:
schema:
enum: [application/json, text/plain, text/html]
enum: [json, txt, html]
example: application/json
default: application/json
type: string
Expand Down Expand Up @@ -225,7 +225,7 @@ paths:
name: metadata_key
required: true
schema:
example:
example: ""
type: string
style: simple
operationId: put_document_meta_get_key_value
Expand All @@ -252,7 +252,7 @@ paths:
summary: PUT a document to the metadata extraction resource and get a specific metadata key's value.
tags:
- Metadata Resource
/mime-types:
/mime_types:
get:
description: Mime types, their aliases, their supertype, and the parser. Available as plain text, json or human readable HTML.
operationId: get_mimetypes
Expand All @@ -266,7 +266,7 @@ paths:
headers:
Content-Type:
schema:
enum: [application/json]
enum: [json]
example: application/json
default: application/json
type: string
Expand All @@ -290,7 +290,7 @@ paths:
headers:
Content-Type:
schema:
enum: [application/json]
enum: [json]
example: application/json
default: application/json
type: string
Expand All @@ -314,7 +314,7 @@ paths:
headers:
Content-Type:
schema:
enum: [application/json]
enum: [json]
example: application/json
default: application/json
type: string
Expand Down