Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert bumping Parsoid content-type filter" #1061

Merged
merged 1 commit into from
Sep 18, 2018
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions v1/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ paths:
required: false
type: string
produces:
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.6.0"
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.7.0"
- application/json
- application/problem+json
responses:
Expand Down Expand Up @@ -420,7 +420,7 @@ paths:
Stability: [stable](https://www.mediawiki.org/wiki/API_versioning#Stable)
operationId: getFormatRevision
produces:
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.6.0"
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.7.0"
- application/json
- application/problem+json
parameters:
Expand Down Expand Up @@ -557,7 +557,7 @@ paths:

Stability: [Stable](https://www.mediawiki.org/wiki/API_versioning#Stable)
produces:
- application/json; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/data-parsoid/1.6.0"
- application/json; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/data-parsoid/1.7.0"
- application/problem+json
parameters:
- name: title
Expand Down
4 changes: 2 additions & 2 deletions v1/transform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ paths:
consumes:
- multipart/form-data
produces:
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.6.0"
- text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.7.0"
- application/problem+json
parameters:
- name: title
Expand Down Expand Up @@ -296,7 +296,7 @@ paths:
# consumes:
# - multipart/form-data
# produces:
# - text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.6.0"
# - text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.7.0"
# - application/problem+json
# parameters:
# - name: title
Expand Down