I have a custom metadata type "Project Literals" which have records that contain custom field ids
example: Label: StatusFieldId Name: StatusFieldId Id Field: 00N8E000000XYuM
Using DML statements give me an error "Id Field is not writable"
Is there a way to update the value using apex? maybe by using Metadata API, but how?