Skip to main content
POST
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
clone
cURL
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/clone \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "type": "<string>",
  "version": "<string>",
  "sourceUrl": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required

Response

id
string
required
type
string
required
version
string
required
sourceUrl
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
deletedAt
string<date-time>