curl --location --request PUT 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Product Launch Videos",
"region": "us-east",
"usage_type": "marketing-updated",
"description": "Videos for product launches and announcements updated.",
"default_privacy": "unlisted",
"tags": [
"product",
"launch",
"marketing",
"testing"
]
}'{
"data": {
"updated_at": "2025-10-09T15:02:10.336839114+06:00",
"created_at": "2025-10-09T14:44:30.511786Z",
"created_by": "2fa3fe27-ffcd-470b-becf-83f6f22a93ab",
"updated_by": "2fa3fe27-ffcd-470b-becf-83f6f22a93ab",
"name": "Product Launch Videos",
"usage_type": "marketing",
"description": "Videos for product launches and announcements.",
"default_privacy": "unlisted",
"status": "provisioning",
"region": "us-east-1",
"id": "5c59072e-2762-4ae9-889e-4ffbe32f7662",
"distribution_id": "010a8dad-d95c-4331-be79-59c1f0642363",
"organization_id": "677826f5-1aea-4cba-8973-043cdbc60f35",
"tags": [
"product",
"launch",
"marketing"
]
},
"message": "Library Updated Successfully",
"success": true
}