curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
],
"replaceExisting": true
}
'{
"components": [
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
]
}Create a batch of schema components.
curl --request POST \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"components": [
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
],
"replaceExisting": true
}
'{
"components": [
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
]
}CreateSchemaComponentsRequest is the request body for creating a new batch of Schema Components.
CreateSchemaComponentsResponse is the response definition after creating a batch of schema components.
Show child attributes