Users

Put Ace Config

PUT
Set the user's aceConfig (the settings for the in-game Ace code editor), such as whether to enable autocomplete.

Path parameters

handlestringRequired

The document’s _id or slug.

Request

This endpoint expects an object.
liveCompletion
booleanOptional
controls whether autocompletion snippets show up, the default value is true
behaviors
booleanOptional
controls whether things like automatic parenthesis and quote completion happens, the default value is false
language
stringOptional
only for home users, should be one of ["python", "javascript", "cpp", "lua", "coffeescript"] right now

Response

This endpoint returns an object
_id
stringOptional
email
stringOptional
name
stringOptional
slug
stringOptional
role
stringOptional
Usually either 'teacher' or 'student'
stats
objectOptional
oAuthIdentities
list of objectsOptional
subscription
objectOptional
license
objectOptional