Post course trial
POST/course/:slug/trial
Post course trial
Request
Path Parameters
slug stringrequired
slug
Responses
- 200
- 400
Successful
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
truemessage string
Example:
Berhasil masuk course trial{
"success": true,
"message": "Berhasil masuk course trial"
}
Failed Body Required
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}