use the new authd staging tenant PostConfigMeta
/tnt/config/:tid/metadata [POST]
previously required a POST body with { "content_hash": <hash> }; it now also accepts an optional env: { "content_hash": <hash>, "env": "staging" } and will publish to the matching live object.
use the new authd staging tenant PostConfigMeta
/tnt/config/:tid/metadata [POST]
previously required a POST body with
{ "content_hash": <hash> }
; it now also accepts an optional env:{ "content_hash": <hash>, "env": "staging" }
and will publish to the matching live object.