Skip to content

Commit d132b9b

Browse files
committed
Fix media type
1 parent 746d5c6 commit d132b9b

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

customer-service/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target/
2+
.*
3+
!.gitignore

customer-service/src/main/webapp/versions/v1.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ paths:
2323
schema:
2424
type: "object"
2525
$ref: "#/components/schemas/Customer"
26-
application/vnd.ok.customer.v1+json:
26+
application/vnd.de.openknowledge.sample.customer.v1+json:
2727
schema:
2828
type: "object"
2929
$ref: "#/components/schemas/Customer"
@@ -34,7 +34,7 @@ paths:
3434
schema:
3535
type: "object"
3636
$ref: "#/components/schemas/Customer"
37-
application/vnd.ok.customer.v1+json:
37+
application/vnd.de.openknowledge.sample.customer.v1+json:
3838
schema:
3939
type: "object"
4040
$ref: "#/components/schemas/Customer"
@@ -76,7 +76,7 @@ paths:
7676
type: "integer"
7777
requestBody:
7878
content:
79-
application/vnd.ok.customer.v1+json:
79+
application/vnd.de.openknowledge.sample.customer.v1+json:
8080
schema:
8181
type: "object"
8282
$ref: "#/components/schemas/Customer"
@@ -124,7 +124,7 @@ paths:
124124
type: "object"
125125
$ref: "#/components/schemas/Customer"
126126
type: "array"
127-
application/vnd.ok.customer.v1+json:
127+
application/vnd.de.openknowledge.sample.customer.v1+json:
128128
schema:
129129
items:
130130
type: "object"
@@ -139,7 +139,7 @@ paths:
139139
type: "object"
140140
$ref: "#/components/schemas/Customer"
141141
type: "array"
142-
application/vnd.ok.customer.v1+json:
142+
application/vnd.de.openknowledge.sample.customer.v1+json:
143143
schema:
144144
items:
145145
type: "object"
@@ -169,7 +169,7 @@ paths:
169169
parameters: []
170170
requestBody:
171171
content:
172-
application/vnd.ok.customer.v1+json:
172+
application/vnd.de.openknowledge.sample.customer.v1+json:
173173
schema:
174174
type: "object"
175175
$ref: "#/components/schemas/Customer"

0 commit comments

Comments
 (0)