fix: undeprecate html responses #201
1 changed files with 0 additions and 4 deletions
|
@ -84,7 +84,6 @@ type ReadSpecResponse struct {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deprecated: Use ListBucketsResponse instead
|
|
||||||
type HandleAdminDocumentsUploadResponse struct {
|
type HandleAdminDocumentsUploadResponse struct {
|
||||||
APIResponse
|
APIResponse
|
||||||
Data struct {
|
Data struct {
|
||||||
|
@ -92,7 +91,6 @@ type HandleAdminDocumentsUploadResponse struct {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deprecated: Use ListBucketsResponse instead
|
|
||||||
type HandleDocumentationResponse struct {
|
type HandleDocumentationResponse struct {
|
||||||
APIResponse
|
APIResponse
|
||||||
Data struct {
|
Data struct {
|
||||||
|
@ -100,13 +98,11 @@ type HandleDocumentationResponse struct {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deprecated: Use CreateDocumentResponse instead
|
|
||||||
type UploadDocumentAPIResponse struct {
|
type UploadDocumentAPIResponse struct {
|
||||||
APIResponse
|
APIResponse
|
||||||
Data UploadDocumentResponseData
|
Data UploadDocumentResponseData
|
||||||
}
|
}
|
||||||
|
|
||||||
// Deprecated: Use DataDocument instead
|
|
||||||
type UploadDocumentResponseData struct {
|
type UploadDocumentResponseData struct {
|
||||||
Bucket string
|
Bucket string
|
||||||
Object string
|
Object string
|
||||||
|
|
Loading…
Reference in a new issue