Versions Compared

Key

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

...

 

Code
Description
400Database Error


Example (CURL)

...

Request

Code Block
languagebash
titleCalling YOUR API

...

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

Response

Code Block
languagejs
titleYOUR API

...

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