Authorization: Bearer ********************
{
"image": "string",
"title": "string",
"summary": "string",
"link": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isActive": true
}
curl --location --request PUT 'https://api.upbooks.io/api/v1/announcement/' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "string",
"title": "string",
"summary": "string",
"link": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isActive": true
}'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"image": "string",
"title": "string",
"summary": "string",
"link": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"isActive": true,
"isDeleted": true
},
"message": "string"
}