Taiga
API ReferenceEncountersAttachmentsV1

Create attachment

Uploads a file to the encounter. The file will be stored in the encounter's attachments. Deprecated: Use create-v2 instead.

PUT
/api/encounter-attachments/v1/{encounter_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

encounter_id*EncounterId
Formatuuid

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/encounter-attachments/v1/497f6eca-6276-4993-bfeb-53cbbbba6f08"
"497f6eca-6276-4993-bfeb-53cbbbba6f08"