Skip to content

Commit

Permalink
Merge 40418ba into cecb734
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Aug 28, 2018
2 parents cecb734 + 40418ba commit 065aa0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/features/parsoid/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ describe('storage-backed transform api', () => {
headers: { 'content-type': 'application/json' },
body: {
headers: {
'content-type': 'text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.6.0"'
'content-type': 'text/html; charset=utf-8; profile="https://www.mediawiki.org/wiki/Specs/HTML/1.7.0"'
},
body: '<html>The modified HTML</html>'
}
Expand Down
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

0 comments on commit 065aa0e

Please sign in to comment.