Run Studio
run studio
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
id of studio
Body
codestringOptional
student working programming code
extstring · enumOptionalPossible values:
programming extension
testCasestring[]Optional
test case
Responses
200
Response
application/json
post
/v1/metronom/ce/{id}/runPOST /v1/metronom/ce/{id}/run HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"code": "text",
"ext": "cs",
"testCase": [
"text"
]
}200
Response
{
"message": "success",
"status": true
}Last updated