Add S3 object
Uploads a file to the caller’s OrderInternalMessages for this order (lazy-creates the messages doc). Automatic blurhash generation for images. | authz_personas=[coordinator_org_operators, order_executor_org_operators] | (UploadFile) -> (OrderInternalMessageS3ObjectMetadata1)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_id
Request
This endpoint expects a multipart form containing a file.
file
Response
Successful Response
_id
order_internal_messages_id
schema_version
uploaded_at_timestamp
uploaded_by_org_id
Must be a string starting with org_
uploaded_by_user_id
Must be a string starting with user_
blurhash
content_type
MIME type of the uploaded file (e.g., ‘image/jpeg’, ‘application/pdf’)
filename
Original filename of the uploaded file
s3_key_prefix
Errors
422
S3objects Add V1request Unprocessable Entity Error

