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
[**GetFpgaPayloadUploadOptions**](FPGAPayloadsAPI.md#GetFpgaPayloadUploadOptions) | **Options** /payloads/upload-session | Return service TUS protocol support.
@@ -316,6 +317,78 @@ Name | Type | Description | Notes
uploadSessionName:="uploadSessionName_example"// string | Unique ID of an upload session.
342
+
xHTTPMethodOverride:="HEAD"// string | Verb tunnelling when some methods are not supported.
343
+
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)
**xHTTPMethodOverride** | **string** | Verb tunnelling when some methods are not supported. |
372
+
**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. |
373
+
374
+
### Return type
375
+
376
+
(empty response body)
377
+
378
+
### Authorization
379
+
380
+
[TokenAuth](../README.md#TokenAuth)
381
+
382
+
### HTTP request headers
383
+
384
+
-**Content-Type**: Not defined
385
+
-**Accept**: application/json
386
+
387
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)
388
+
[[Back to Model list]](../README.md#documentation-for-models)
0 commit comments