v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
💉 Database Seeding

Seed chat app

This API endpoint is responsible for populating all the essential entities required for a chat app service in the database. It provides a convenient way for developers to initialize the chat app with dummy or sample data for testing or development purposes.

post/seed/chat-app

Response

Seed chat app

dataobject
messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Database populated for chat app successfully",
  "statusCode": 201,
  "success": true
}