PUT ./meetings
Update a new meeting with other dates.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| acmID | int | Required | Meeting ID. |
| acmStartDate | string | Required | Data start for a meeting. |
| acmEndDate | string | Required | When you want to end a meeting. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| acmID | 101 | Invalid acmID or no permissions. |
| acmStartDate | 102 | The date is before current time. |
Output example
{"success": "true"}
