JsonPatchSubmitTypesAssignment

class JsonPatchSubmitTypesAssignment[source]
files_upload_enabled: Just[bool] | _Nothing[bool] = Nothing

Should students be allowed to make submissions by uploading files

webhook_upload_enabled: Just[bool] | _Nothing[bool] = Nothing

Should students be allowed to make submissions using git webhooks

webhook_configuration: Just[WebhookConfigurationEnabledAsJSON | WebhookConfigurationDisabledAsJSON] | _Nothing[WebhookConfigurationEnabledAsJSON | WebhookConfigurationDisabledAsJSON] = Nothing

The configuration for the Webhook upload for this assignment

editor_upload_enabled: Just[bool] | _Nothing[bool] = Nothing

Should students be allowed to make submissions using the editor