fix: undeprecate html responses #201

Merged
vlbeaudoin merged 1 commit from vlbeaudoin/fix/undeprecate-html-responses into main 2024-08-22 14:54:25 -04:00 AGit
Showing only changes of commit b3f4547582 - Show all commits

View file

@ -84,7 +84,6 @@ type ReadSpecResponse struct {
}
}
// Deprecated: Use ListBucketsResponse instead
type HandleAdminDocumentsUploadResponse struct {
APIResponse
Data struct {
@ -92,7 +91,6 @@ type HandleAdminDocumentsUploadResponse struct {
}
}
// Deprecated: Use ListBucketsResponse instead
type HandleDocumentationResponse struct {
APIResponse
Data struct {
@ -100,13 +98,11 @@ type HandleDocumentationResponse struct {
}
}
// Deprecated: Use CreateDocumentResponse instead
type UploadDocumentAPIResponse struct {
APIResponse
Data UploadDocumentResponseData
}
// Deprecated: Use DataDocument instead
type UploadDocumentResponseData struct {
Bucket string
Object string