Merge pull request 'fix: undeprecate html responses' (#201) from vlbeaudoin/fix/undeprecate-html-responses into main
Reviewed-on: https://git.agecem.com///agecem/agecem-org/pulls/201
This commit is contained in:
commit
97be7274b1
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue