updatePresentationContent(presentationContentInput)

Update existing presentation content with the provided metadata.

API Version

65.0

Requires Chatter

No

Signature

public static ConnectApi.GenericResponseOutputRepresentation updatePresentationContent(ConnectApi.PresentationContentInputRepresentation presentationContentInput)

Parameters

presentationContentInput
Type: ConnectApi.PresentationContentInputRepresentation
Input representation that contains the metadata for the presentation content. The fileId field is not accepted in this Apex representation.

Example