Update chainlet environment's instance type
Updates a chainlet environment’s instance type settings. The chainlet environment setting must exist. When updated, a new chain deployment is created and deployed. It is promoted to the chain environment according to promotion settings on the environment.
Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Body
A request to update the instance types for chainlets in an environment. Multiples updates can be made in one request. The updates will be processed in batch and a new deployment will be created, deployed and promoted into the environment.
Response
A response to update the environment settings for a chainlet. If updating the instance type
resulted in a re-deployment, `requires_redeployment` will be True and the resulting deployment
will be returned in the `chain_deployment` field.
A response to update the environment settings for a chainlet. If updating the instance type
resulted in a re-deployment, requires_redeployment
will be True and the resulting deployment
will be returned in the chain_deployment
field.