Clients
Replace a client's servers
Replaces the client's required and optional saved-server attachments without round-tripping the whole config. Composed server-side from the client's current config, so every other setting is preserved — and expectedConfigId is required so two concurrent server replacements cannot silently lose one.
post/projects/{projectId}/clients/{client}/servers
Path parameters
projectIdstring required
ID of the hosted project that contains the server.
clientstring required
Client name or ID. A name is matched case-insensitively and must be unique in the project; an ambiguous name is refused with 409 CONFLICT listing the candidate ids rather than resolved to one of them.
Request body
Response
The updated client settings.