blob

Insert Blob

post/api/v1/blobs/insert/{user_id}

Path parameters

user_idstring required

The ID of the user to insert the blob for

The ID of the user to insert the blob for

Request body

blob_type'chat' | 'doc' | 'image' | 'code' | 'transcript' required
blob_dataobject required
fieldsobject nullable
created_atstring date-time nullable
updated_atstring date-time nullable

Response

Successful Response

errno0 | 400 | 401 | 403 | 404 | 405 | 409 | 422 | 500 | 501 | 502 | 503 | 504
errmsgstring

Error message, empty when success

Changes