Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Code
Description
400Database Error

Example (CURL)


Request

Code Block
languagebash
title

...

API Call
 > CURL -X POST http://127.0.0.1:4000/...

Response

Code Block
languagejs
title

...

API

...

Response
{
	"result": true,
	"data": {
		"_id": "57063608622c47b5c097d19b",
		"..."
	}
}