I have setup the New Universal Loging Experience with some custom colours and text. I did this on our ‘dev’ tenant. Now that I have it working in our dev environment, I would like to replicate those changes to our ‘staging’ env/tenant, and eventually to our ‘prod’ environtment/tenant.
It is likely worth noting that we use the free tiers for our dev and staging tenants.
What is the easiest way to do this? I will likley need to repeat the process from time to time as we try out new changes.
I thought about writing a script using the API: GET /api/v2/branding/themes/default. I can also update the default theme this way which is nice.
However, there doesn’t seem to be a way to get all the custom text changes made. I could manually copy the ‘Raw JSON’ from each one of the difference ‘Prompts’, and then paste it into the other tenants. However that seems tedious, error prone, and not really automated. Is there a way to do this through the API?
How are other people managing this?