Calendar_Events - Update a Calendar Event
PUT yourdomain.com/api/calendar/:id
Header
json
| Field | Type | Description |
|---|---|---|
| Authorization | String |
Basic Access Authentication token. |
Parameter
json
| Field | Type | Description |
|---|---|---|
| unique | id |
ID for update data. |
HTTP/1.1 200 OK
{
"status": true,
"message": "Data Update Successful."
}
HTTP/1.1 404 Not Found
{
"status": false,
"message": "Data Update Fail"
}