We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b250514 commit 4884fedCopy full SHA for 4884fed
1 file changed
docs/api.md
@@ -71,6 +71,11 @@ storage.
71
}
72
]
73
```
74
+
75
+**Note about the generated filename:** The filename that Imageup generates is
76
+based on the following format: `YYYY-MM-DD-HH-MM-SS-UUIDv4.<file format ext>`.
77
+The UUIDv4 is generated using [satori/go.uuid](https://github.com/satori/go.uuid).
78
79
### Remove files
80
81
Send a `DELETE` to `/` with the following argument.
0 commit comments