fix: document files API needs ustar format (#14152)

Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Spike Curtis
2024-08-06 11:00:49 +04:00
committed by GitHub
parent 097f739492
commit 70a694ed4c
4 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -22,11 +22,11 @@ file: string
### Parameters
| Name | In | Type | Required | Description |
| -------------- | ------ | ------ | -------- | ------------------------------------------------------------- |
| `Content-Type` | header | string | true | Content-Type must be `application/x-tar` or `application/zip` |
| `body` | body | object | true | |
| `» file` | body | binary | true | File to be uploaded |
| Name | In | Type | Required | Description |
| -------------- | ------ | ------ | -------- | ---------------------------------------------------------------------------------------------- |
| `Content-Type` | header | string | true | Content-Type must be `application/x-tar` or `application/zip` |
| `body` | body | object | true | |
| `» file` | body | binary | true | File to be uploaded. If using tar format, file must conform to ustar (pax may cause problems). |
### Example responses