Communities | Add an event
Adds an event to a community
posthttps://api.engineerscradle.com/community/addEvent
{
"community": "6227adbcc6598b5bbc62e506",
"Event": "61bf9256a4bbf025ec8a4624"
}
Request Body
| Field | Type | Description |
|---|---|---|
| community | id |
The Community id. |
| Event | id |
The Event id |
Error 4xx
| Name | Description |
|---|---|
| Unauthorized |
The user is not authorized or authenticated to use the endpoint. |
HTTP/1.1 401 Unauthorized
{
"error": "Please authenticate",
"message": "invalid signature"
}