Environments
Update an environment
Edit an environment. Only the fields you send change; send null for serverAttachmentId, skillSelection, or pluginVersionIds to clear them. Requires expectedRevision — the revision you last read. If the environment changed since, the write is rejected with 409 rather than overwriting the concurrent edit. Requires project admin.
patch/projects/{projectId}/environments/{environmentId}
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
environmentIdstring required
Project environment ID, as returned by the project's environment list.
Request body
Response
The updated environment.