A patch operation on the public viewer details. Updates the specified fields, leaving the others unchanged.
- input PublicationDetailsPatch {
- # Update contact information such as name, email and phone.
- ModelContactPatch :
- # Update an external url that should be included for more details.
- String :
- # Update the presented by label.
- String :
- # Update the summary about a model.
- String :
- }