Edit Class Event
Edit class event
Authorizations
AuthorizationstringRequired
Query parameters
slugstringOptional
slug of meet
Body
moduleNamestringOptional
name of module
updated_atstringOptional
updated date in format YYYY-MM-DD HH:ii:ss
kindstring · enumOptionalPossible values:
kind of meet
moduleIdintegerOptional
id of module
titlestringOptional
title of meet
Editd_atstringOptional
Editd date in format YYYY-MM-DD HH:ii:ss
contentstringOptional
maps url of meet
datetimestringOptional
start meet date in format YYYY-MM-DD HH:ii:ss
endDatestringOptional
end meet date in format YYYY-MM-DD HH:ii:ss
placestringOptional
place of meet
slugstringOptional
slug of meet
topicIdsinteger[]Optional
list id of courses related to meet
typestring · enumOptionalPossible values:
type of meet
addressstringOptional
address location of meet
descriptionstringOptional
description of meet
isEndbooleanOptional
indicates that meet is ended or not
isPastbooleanOptional
indicates that meet is on past or not
Responses
200
Response
application/json
post
/v2/meet/updatePOST /v2/meet/update HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 279
{
"moduleName": "text",
"updated_at": "text",
"kind": "meet",
"moduleId": 1,
"title": "text",
"Editd_at": "text",
"content": "text",
"datetime": "text",
"endDate": "text",
"place": "text",
"slug": "text",
"topicIds": [
1
],
"type": "offline",
"address": "text",
"description": "text",
"isEnd": true,
"isPast": true
}200
Response
{
"message": "success",
"status": true,
"data": {
"topicIds": [
1
],
"datetime": "text",
"moduleId": 1,
"moduleName": "text",
"place": "text",
"title": "text",
"endDate": "text",
"kind": "meet",
"topics": [
{
"moduleId": 1,
"slug": "text",
"title": "text",
"uuid": "text",
"description": "text",
"id": 1
}
],
"updated_at": "text",
"created_at": "text",
"description": "text",
"id": 1,
"isPast": true,
"type": "offline",
"address": "text",
"content": "text",
"isEnd": true,
"slug": "text"
}
}Last updated