curl --request PATCH \
--url https://api.example.com/api/events/{event_id} \
--header 'Content-Type: application/json' \
--data '
{
"date": "<string>",
"end_date": "<string>",
"event_type": "conference",
"location": "<string>",
"notes": "<string>",
"status": "upcoming",
"title": "<string>",
"url": "<string>"
}
'{
"created_at": "<string>",
"event_type": "conference",
"id": "<string>",
"status": "upcoming",
"title": "<string>",
"updated_at": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"url": "<string>"
}curl --request PATCH \
--url https://api.example.com/api/events/{event_id} \
--header 'Content-Type: application/json' \
--data '
{
"date": "<string>",
"end_date": "<string>",
"event_type": "conference",
"location": "<string>",
"notes": "<string>",
"status": "upcoming",
"title": "<string>",
"url": "<string>"
}
'{
"created_at": "<string>",
"event_type": "conference",
"id": "<string>",
"status": "upcoming",
"title": "<string>",
"updated_at": "<string>",
"date": "<string>",
"end_date": "<string>",
"location": "<string>",
"notes": "<string>",
"url": "<string>"
}Partial update for an event.
conference, meetup, workshop, bootcamp, webinar, networking, course upcoming, attended, skipped, cancelled Successful Response
Single event.
conference, meetup, workshop, bootcamp, webinar, networking, course upcoming, attended, skipped, cancelled