mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
fix: document files API needs ustar format (#14152)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
2
coderd/apidoc/docs.go
generated
2
coderd/apidoc/docs.go
generated
@ -988,7 +988,7 @@ const docTemplate = `{
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"description": "File to be uploaded",
|
||||
"description": "File to be uploaded. If using tar format, file must conform to ustar (pax may cause problems).",
|
||||
"name": "file",
|
||||
"in": "formData",
|
||||
"required": true
|
||||
|
Reference in New Issue
Block a user