curl -i -X PUT \
'https://docs.fluid.app/_mock/docs/apis/swagger/api/company/media/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"medium": {
"user_id": 0,
"media_type": "share",
"image_url": "string",
"video_url": "string",
"pdf_url": "string",
"powerpoint_url": "string",
"title": "string",
"description": "string",
"active": true,
"compressed_image_url": "string",
"prompts_enabled": true,
"kind": "string",
"visibility": "string",
"cta_enabled": true,
"cta_action_type": "string",
"cta_url": "string",
"cta_button_text": "string",
"no_index": true,
"display_comments": true,
"category": "string",
"display_shop": true,
"dam_asset_id": 0,
"dam_asset_code": "string",
"lead_capture": true,
"video_shopping_enabled": true,
"application_theme_template_id": 0,
"settings": {},
"label": {
"id": 0,
"title": "string"
},
"subtitles": [
{
"lang": "string",
"src": "string"
}
],
"available_countries": [
"string"
],
"tags_attributes": [
{
"id": 0,
"_destroy": true,
"name": "string"
}
],
"prompts_attributes": [
{
"id": 0,
"title": "string",
"content": "string",
"_destroy": true
}
],
"attached_shareables_attributes": [
{
"id": 0,
"attachment_type": "string",
"attachment_id": 0,
"timestamp": "string",
"_destroy": true
}
]
}
}'