Update trust relationship
Updates a trust relationship.
Body
Required
The trust relationship definition
-
A name for the trust relationship
-
If this relationship is trusted by default by all deployments in the current environment.
-
The ID of the accounts to trust by this relationship.
-
The public CA certificate of the environment to trust
-
The installation ID of the environment to trust
PUT
/platform/configuration/trust-relationships/{trust_relationship_id}
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/configuration/trust-relationships/{trust_relationship_id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"name":"string","trust_by_default":true,"account_ids":["string"],"public_ca_cert":"string","installation_id":"string"}'