Releasing Course in Class

course is another name of topic with module type

Release course in class

post
/v1/class/topic/state/release

Release course in class

Authorizations
AuthorizationstringRequired
Query parameters
topicIdintegerOptional

id of topic / course

classroomIdintegerOptional

id of classroom

Responses
200

Response

application/json
post
/v1/class/topic/state/release
POST /v1/class/topic/state/release HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "message": "success",
  "status": true
}

Last updated