Modify the name or description of an existing custom intelligence source.
What this endpoint does
Updates metadata for an existing custom intelligence source. The id path parameter is the source UUID from Custom Sources: Create or Custom Sources: List. The name field must always be provided in the request body (omitting it causes a server error); description is optional and can be included alongside name to update both. Previously published reports are not affected by metadata changes. Authentication: X-RFToken header.
Response data
Returns the full updated source object confirming your changes were applied. The updatedAt timestamp reflects the time of this update. Use the source UUID from here when publishing reports via Custom Sources: Publish Reports. Returns 404 if the source ID doesn't exist.
