-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We need commands to manage the backend, so for now, these will be implemented via the authentication system.
- POST
event/{event_slug}/create- Creates an event.- Requires an event name
display_name,discord_role_id,minecraft_version, mod loaderloader,registration_time,start_time, andend_timewithin anapplication/jsonbody.
- Requires an event name
- POST
event/{event}/modify- Modifies an event's properties.- Requires any above properties within an
application/jsonbody.
- Requires any above properties within an
- POST
db/eval- Evaluates an SQL expression and returns the result.- Requires an
expressionwithin anapplication/jsonbody.
- Requires an
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request