Blog
Github
  1. Media Manager
  • Getting Started
    • Introduction
    • Quickstart
    • Authentication
    • Status codes
  • Webhook
    • Webhook Setup
    • Webhook Events and Schema
  • API Reference
    • Contact
      • Listing
      • Create
      • Filter By SocialPlatformId
      • Form Fields
      • Detail
      • Update
      • Delete
      • Fetch Contact Groups
      • Update tags
    • Tag
      • Listing
    • Channel
      • Listing
      • Create
    • Ticket
      • Listing
      • Create
      • Filter by Contact ID
      • Form Fields
      • Update
      • Update status
    • Category
      • Listing
    • CxLog
      • Listing
    • Message
      • Send message
    • Media Manager
      • Get Folders
        GET
      • Get Folder By ID
        GET
      • Create Folder
        POST
      • Update Folder
        PATCH
      • Delete Folder
        DELETE
      • Get Files
        GET
      • Get Items
        GET
      • Get File By ID
        GET
      • Create File
        POST
      • Update File
        PATCH
      • Delete File
        DELETE
Blog
Github
  1. Media Manager

Update File

PATCH
/media-manager/files/{id}
Update file properties.

Request

Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://apigw.klinkcx.com/media-manager/files/019b3c21-4e10-7084-abc7-0fecd8e4f9aa' \
--header 'Content-Type: application/json' \
--data-raw '{
//   "folderId": null,
  "title": "video-file.webp"
//   "description": "Updated description",
//   "altText": "Updated alt text",
//   "sortOrder": 5,
//   "isFavorite": true,
//   "isPrivate": true
}'
Response Response Example
{}
Modified at 2026-02-17 02:47:15
Previous
Create File
Next
Delete File
Built with