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.
Path parameters
ID of the hosted project that contains the server.
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.
Changes
Changed in 2 of the 122 revisions of this API.3
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○