Skip to main content
PUT
/
attachments
/
bulk-names
Bulk Update Attachment Names
curl --request PUT \
  --url https://api.decodahealth.com/attachments/bulk-names \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '
{
  "updates": [
    {
      "attachmentId": "<string>",
      "name": "<string>"
    }
  ]
}
'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json
updates
BulkAttachmentNameUpdateItem · object[]
required

Response

Successful Response

The response is of type boolean.