Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
vesalukkarila committed Oct 23, 2024
1 parent 93ff22a commit e362ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions songs-api.open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ components:
description: Artist who recorded the song.
publish_year:
type: integer
format: int32
description: The year the song was recorded.
SongAlreadyExists:
type: object
Expand Down Expand Up @@ -322,7 +321,8 @@ components:
properties:
message:
type: string
example: "Given identifier (ccc951a-25cf-4009-bfb1-b8ef4300db46) is invalid. Expected format: 8-4-4-4-12 hex."
example: "Given identifier (ccc951a-25cf-4009-bfb1-b8ef4300db46) is invalid.
Expected format: 8-4-4-4-12 hex."
SongNotFound:
type: object
properties:
Expand Down

0 comments on commit e362ca8

Please sign in to comment.