Upload Blob
Path Parameters
deployId*string
sha256*string
Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*file
Format
binaryResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/api/v1/paywall-deploys/string/blobs/string" \ -H "Content-Type: application/octet-stream" \ -d 'string'{}{ "_tag": "Api/ActionForbiddenError", "message": "string"}{ "_tag": "Api/DeployBlobNotDeclaredError", "sha256": "string"}{ "_tag": "Api/PaywallDeployNotPendingError", "message": "string"}{ "_tag": "Api/DeployBlobHashMismatchError", "actualSha256": "string", "expectedSha256": "string"}{ "_tag": "Api/PaywallDeployServiceError", "cause": "string"}