Clients
Duplicate a client
Creates a new client carrying the selected client's current config, and responds 201 with the copy's detail. Purely additive — the source is untouched.
post/projects/{projectId}/clients/{client}/duplicate
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 client was duplicated.