POST
Create tenant thread attachment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

thread_id
string<uuid>
required

Path parameter thread_id.

Body

application/json

JSON request payload for tenant_create_thread_attachment.

Request payload for tenant create attachment.

file_name
string
required

file name value for tenant create attachment request.

Required string length: 1 - 255
file_url
string
required

file url value for tenant create attachment request.

Required string length: 1 - 1000
content_type
string | null

content type value for tenant create attachment request.

Maximum string length: 120

Response

Tenant API operation succeeded

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.