Download OpenAPI specification:Download
A simple API for managing messages.
Retrieve a list of all messages in the database.
A JSON array of messages.
Error connecting to the database or fetching messages.
[{"id": 0,"message": "string"}]
Add a new message to the database.
The message content.
Message added successfully.
Message is required.
Error connecting to the database or adding a message.
{"message": "string"}