Fork a domain
POST {{baseUrl}}/domains/:owner/:domain/:version/fork
Creates a fork of the specified domain definition and version. The fork can be created as a new domain, or as a new version in another existing domain.
Request Body
{"owner"=>"acme", "name"=>"api-fork", "version"=>"1.0.0", "project"=>"ea reprehenderit aliquip", "private"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
""