Authorizations
Body
application/json
UpdateSchemaComponentRequest is the request body for updating a Schema Components.
Response
UpdateSchemaComponentResponse is the response definition after updating 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 '{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}'
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
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 '{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}'
{
"schemaId": "<string>",
"ref": "<string>",
"definition": {}
}
UpdateSchemaComponentRequest is the request body for updating a Schema Components.
UpdateSchemaComponentResponse is the response definition after updating a schema component.