JsonPatchSubmitTypesAssignment

class JsonPatchSubmitTypesAssignment[source]

JsonPatchSubmitTypesAssignment(files_upload_enabled: ‘Maybe[bool]’ = Nothing, webhook_upload_enabled: ‘Maybe[bool]’ = Nothing, webhook_configuration: ‘Maybe[t.Union[WebhookConfigurationEnabledAsJSON, WebhookConfigurationDisabledAsJSON]]’ = Nothing, editor_upload_enabled: ‘Maybe[bool]’ = Nothing)

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