OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[Email] POST /addEcoNews #217

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

Method: POST /email/addEcoNews Message (*required): message Example value:

{
"author": {
"email": "string",
"id": 0,
"name": "string"
},
"creationDate": "2023-08-23T14:55:20.929Z",
"imagePath": "string",
"source": "string",
"text": "string",
"title": "string",
"unsubscribeToken": "string"
}

Responses Code: 200 OK, 400 Bad Request, 401 Unauthorized, 403 Forbidden, 409 Conflict, 415 Unsupported Media Type.