updateEntityUpdate
Updates the content of an entity update.
Business Rules
- The update must exist and must not be archived.
- The update must belong to the supplied entity.
- Content cannot be blank.
Error Scenarios
- **
NOT_FOUND**: when the entity update does not exist. - **
BAD_REQUEST**: when the content is blank or the update is archived.
Permissions Required
entity_updates:addpermission
updateEntityUpdate(
input: UpdateEntityUpdateInput!
): EntityUpdate!
Arguments
updateEntityUpdate.input ● UpdateEntityUpdateInput! non-null input common
Parameters for UpdateEntityUpdate
Type
EntityUpdate object common
An internal update attached to an entity.