MIMEField in Actions

We have a requirement to store some metadata in Fixlets and Actions (things like product environment, deployment phase, internal release numbers, etc).

It seems like MIMEField is the right place to store this type of information; however, I can not seem to find a way to set a custom MIMEField value in an Action. There is no PUT method available on Actions and in SourcedFixletAction there does not seem to be anyway to do this.

Does anyone have any advise / better way to handle this?

Thank you,
Patrick

If you plan to do it via Console then “Comments” may be viable option (you can put comments in fixlets, actions, etc) but I never really looked into creating comments via RestAPI and not sure if that is an option. You can certainly query the comments back via session relevance though.