-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
- Add a new model for attachments.
{
id: "UUID",
url: "String",
fileSize: "Number",
"fileName": "String"
}
- Implement an endpoint to upload attachments on an S3 bucket.
- Add an
attachments
properties to the challenge model that will be an array ofAttachments
. - Update all challenge endpoints to support attachments.
Metadata
Metadata
Assignees
Labels
No labels