curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components/{ref} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
'{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}Update a schema component.
curl --request PUT \
--url https://platform.versori.com/api/switchboard/v1alpha1/organisations/{organisationId}/schemas/{id}/components/{ref} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}
'{
"ref": "<string>",
"definition": {},
"schemaId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.versori.com/llms.txt
Use this file to discover all available pages before exploring further.
UpdateSchemaComponentRequest is the request body for updating a Schema Components.
UpdateSchemaComponentResponse is the response definition after updating a schema component.