# Set engagement environments **PUT /v1/engagement/envs** Move engagement between environments. ### Parameters - engagementId: ID of engagement to be modified - envs: Which environments to set the engagement to. Valid values: Production,Stage,QA,Integration (case insensitive) ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Body: application/json (object) Engagement Environments Change Request - **engagementId** (string) ID of engagement to modify - **envs** (array[string]) Collection of environments ## Responses ### 200 Success #### Body: application/json (object) - **errors** (array[string]) - **status** (integer(int32)) ### 400 Bad request ### 401 Unauthorized or bad API Key ### 404 Account not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)