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 { 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