curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"type": "<string>",
"async": true
}'{
"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"
}Create a new schema, which can be used to create an App and in the future be used to reconfigure an existing App.
curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"type": "<string>",
"async": true
}'{
"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"
}