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

  1. 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

  1. 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

Did you find what you were looking for? Thank you! There was a problem submitting your feedback. Please try again later.