Authorizations
Response
200 - application/json
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 '{
"replaceExisting": true,
"components": [
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
]
}'{
"components": [
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
]
}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 '{
"replaceExisting": true,
"components": [
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
]
}'{
"components": [
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
]
}Show child attributes