Add a Thread file
API Reference
Add a Thread file
Adds a user-provided file to this Thread. The JSON request carries file bytes in contentBase64; Mosoo decodes and stores the file as a Thread attachment.
POST
Add a Thread file
Authorizations
Use Authorization: Bearer grt_pat_... . PATs identify an account and do not carry scopes.
Path Parameters
Thread ID returned by create thread.
Pattern:
^[0-9A-HJKMNP-TV-Z]{26}$Body
application/json
Response
Created Thread file.