You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the manager of the archive file containing the workspace content.
851
851
@@ -867,11 +867,12 @@ func main() {
867
867
workspaceName:="workspaceName_example"// string | Unique ID of the Workspace.
868
868
acceptVersion:="1.0.0"// string | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. (optional)
869
869
tusResumable:="1.0.0"// string | Version of the Tus protocol being used. (optional)
870
+
xHTTPMethodOverride:="HEAD"// string | Verb tunnelling when some methods are not supported. (optional)
870
871
ifNoneMatch:="ifNoneMatch_example"// string | Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content. (optional)
@@ -899,6 +900,7 @@ Name | Type | Description | Notes
899
900
900
901
**acceptVersion** | **string** | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. |
901
902
**tusResumable** | **string** | Version of the Tus protocol being used. |
903
+
**xHTTPMethodOverride** | **string** | Verb tunnelling when some methods are not supported. |
902
904
**ifNoneMatch** | **string** | Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content. |
903
905
904
906
### Return type
@@ -1069,7 +1071,7 @@ Name | Type | Description | Notes
Get the manager of the file containing the chunked workspace content.
1075
1077
@@ -1091,11 +1093,12 @@ func main() {
1091
1093
workspaceName:="workspaceName_example"// string | Unique ID of the Workspace.
1092
1094
acceptVersion:="1.0.0"// string | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. (optional)
1093
1095
tusResumable:="1.0.0"// string | Version of the Tus protocol being used. (optional)
1096
+
xHTTPMethodOverride:="HEAD"// string | Verb tunnelling when some methods are not supported. (optional)
1094
1097
ifNoneMatch:="ifNoneMatch_example"// string | Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content. (optional)
@@ -1123,6 +1126,7 @@ Name | Type | Description | Notes
1123
1126
1124
1127
**acceptVersion** | **string** | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. |
1125
1128
**tusResumable** | **string** | Version of the Tus protocol being used. |
1129
+
**xHTTPMethodOverride** | **string** | Verb tunnelling when some methods are not supported. |
1126
1130
**ifNoneMatch** | **string** | Caching: Optional header to improve performance. The value of this header should be the `ETag` of the resource when last read. If this is provided and there have been no changes to the resource then a 304 will be returned without content. |
1127
1131
1128
1132
### Return type
@@ -1453,7 +1457,7 @@ Name | Type | Description | Notes
acceptVersion:="1.0.0"// string | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. (optional)
1478
1483
uploadChecksum:="uploadChecksum_example"// string | Information about the checksum of the current body payload. (optional)
1479
1484
uploadOffset:=int64(789) // int64 | The byte offset within a resource. (optional)
**tusResumable** | **string** | Version of the Tus protocol being used. |
1513
+
**body** | ***os.File** | |
1508
1514
**acceptVersion** | **string** | Versioning: Optional header to request a specific version of the API. While it is possible to specify a particular major, minor or patch version it is not recommended for production use cases. Only the major version number should be specified as minor and patch versions can be updated without warning. |
1509
1515
**uploadChecksum** | **string** | Information about the checksum of the current body payload. |
1510
1516
**uploadOffset** | **int64** | The byte offset within a resource. |
@@ -1519,7 +1525,7 @@ Name | Type | Description | Notes
0 commit comments