Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vesalukkarila committed Oct 19, 2024
1 parent f3df286 commit ef1d6cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions songs-api.open-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ openapi: 3.0.0
info:
title: Songs API
version: 0.0.1

paths:
/:
get:
description: Returns a greeting message from Songs API
operationId: greetingMessage
responses:
'200':
description: OK
content:
application/json:
example:
{
"message": "Hello from Songs API"
}

components:
schemas:


0 comments on commit ef1d6cf

Please sign in to comment.