Change timeZone for Atlas project via CLI or API
It would be great if there will be the possibility to change timezone for a project via cli or API.
e.g.
curl --user "<PUBLIC_API_KEY>:<PRIVATE_API_KEY>" \
--digest \
--request PATCH "https://cloud.mongodb.com/api/atlas/v1.0/groups/<GROUP_ID>" \
--header "Content-Type: application/json" \
--data '{
"timezone": "Europe/Berlin"
}'
Thank you
KR
Norbert
6
votes
Norbert
shared this idea