Skip to content

Commit ca00953

Browse files
committed
refactor genre misspell
1 parent f366635 commit ca00953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-first-development-service-api-contract/src/main/resources/service-contract-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ components:
204204
type: string
205205
example: DETECTIVE_FICTION
206206
enum:
207-
- DETECTIVE FICTION
207+
- DETECTIVE_FICTION
208208
- NOVEL
209209
- MYSTERY
210210
- THRILLER
@@ -311,7 +311,7 @@ components:
311311
type: string
312312
example: DETECTIVE_FICTION
313313
enum:
314-
- DETECTIVE FICTION
314+
- DETECTIVE_FICTION
315315
- NOVEL
316316
- MYSTERY
317317
- THRILLER

0 commit comments

Comments
 (0)