You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sets the state of submission `SUBMISSION_ID` in `ROOM_ID` to `STATE`.
101
+
102
+
Valid `STATE` values are: "submitted" and "published".
103
+
104
+
If a submission's `STATE` is set to "published" and there are already `MaxPublishedSubmissions` published submissions, then the oldest one is discarded.
Rejects the submission `SUBMISSION_ID` in `ROOM_ID`.
113
+
114
+
`OFFENSIVE` must be `true` or `false` exactly (it is case sensitive).
115
+
116
+
If `OFFENSIVE` is `true`, the client who sent the submission will be ignored for `ClientIgnoreTime` (set in `config.go`) from when this endpoint is called. Otherwise, the submission is simply discarded.
Creates a submission room (appears on front page, is public and moderated) with name `ROOM_NAME` and description `DESCRIPTION` that can hold `ROOM_SIZE` clients.
159
+
160
+
Unlike `create_static_room`, a `ROOM_SIZE` must be specified.
0 commit comments