curl -X PUT "https://api.example.com/api/comunicados/admin/3" \
-H "Authorization: Bearer ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"titulo": "Updated Feature Release",
"contenido": "We have released an updated version of the feature with improved performance."
}'
{
"message": "Comunicado actualizado exitosamente."
}
Update an existing announcement (Admin only)
curl -X PUT "https://api.example.com/api/comunicados/admin/3" \
-H "Authorization: Bearer ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"titulo": "Updated Feature Release",
"contenido": "We have released an updated version of the feature with improved performance."
}'
{
"message": "Comunicado actualizado exitosamente."
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HesllerSanchez/portal-selfservice-backend/llms.txt
Use this file to discover all available pages before exploring further.
null to remove existing media.curl -X PUT "https://api.example.com/api/comunicados/admin/3" \
-H "Authorization: Bearer ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"titulo": "Updated Feature Release",
"contenido": "We have released an updated version of the feature with improved performance."
}'
{
"message": "Comunicado actualizado exitosamente."
}