فهرست منبع

Update API.md

abelanger5 5 سال پیش
والد
کامیت
f7b8a4b65e
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      docs/API.md

+ 3 - 3
docs/API.md

@@ -48,7 +48,7 @@ Internal server errors are shared across all endpoints and are listed in the [Gl
 {
 	"Code": 500,
 	"Errors": [{
-		"Could not write to database"
+		"could not write to database"
 	}],
 }
 ```
@@ -65,7 +65,7 @@ Internal server errors are shared across all endpoints and are listed in the [Gl
 {
 	"Code": 500,
 	"Errors": [{
-		"Could not read from database"
+		"could not read from database"
 	}],
 }
 ```
@@ -82,7 +82,7 @@ Internal server errors are shared across all endpoints and are listed in the [Gl
 {
 	"Code": 500,
 	"Errors": [{
-		"Internal server error"
+		"internal server error"
 	}],
 }
 ```