refactor(apiresponse): deprecate V1DocumentPOST

This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-19 19:36:58 -05:00
parent 3d911f3a37
commit becd5659f3

View file

@ -11,6 +11,7 @@ type V1DocumentsPOST struct {
}
}
// Deprecated: Use V1DocumentsPOST instead
type V1DocumentPOST struct {
Response
Data struct {