Re-using mappings

My ES crashed but is now back online.
In the process, I lost all of my Kibana command history.

I retrieved the mappings using:
GET /my_index/_mapping

Can I copy past the response and re-use that as my mapping?
Meaning, when I retrieve the mappings, are the same as when I entered them?

Yes.