Editor
post
/editor/team/:teamid (authenticated)
Create or update editor config record by team
Note:Requires sending an authentication token either in the sessionid query argument,
or in the X-API-Key header. The token is returned from the login route.
Required Team Permissions
- customise_editor
Accepted Body Arguments
{
// The editor config details
details: string,
}
Accepted Restful Arguments
teamid: The id of the team to act on
post
/editor/division/:divisionid (authenticated)
Create or update editor config record by division
Note:Requires sending an authentication token either in the sessionid query argument,
or in the X-API-Key header. The token is returned from the login route.
Required Team Permissions
- customise_editor
Accepted Body Arguments
{
// The editor config details
details: string,
}
Accepted Restful Arguments
divisionid: undocumented
get
/editor/team/:teamid
Get editor features by team
Accepted Restful Arguments
teamid: The id of the team to act on
get
/editor/division/:divisionid
Get editor features by division
Accepted Restful Arguments
divisionid: undocumented