Fork an API
POST {{baseUrl}}/apis/:owner/:api/:version/fork
Creates a fork of the specified API definition and version. The fork can be created as a new API, or as a new version in another existing API.
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
""