Skip to main content
Environments endpoint

Update Environment Connection

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

PUT/environment-connections/{connectionId}/

Path parameters

connectionId
Identifier used by the registered route.

Body

application/json
id string
Field defined by domain.EnvironmentConnection.
environmentId string
Field defined by domain.EnvironmentConnection.
name string
Field defined by domain.EnvironmentConnection.
type string
Field defined by domain.EnvironmentConnection.
endpoint string
Field defined by domain.EnvironmentConnection.
username string
Field defined by domain.EnvironmentConnection.
credentialRef string
Field defined by domain.EnvironmentConnection.
configuration object
Field defined by domain.EnvironmentConnection.
createdAt string
Field defined by domain.EnvironmentConnection.

See the Environments guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.