PUT
/
organisations
/
{organisationId}
/
schemas
/
{id}
/
components
/
{ref}
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": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

organisationId
string
required
id
string
required
ref
string
required

Body

application/json

UpdateSchemaComponentRequest is the request body for updating a Schema Components.

The body is of type object.

Response

200
application/json

UpdateSchemaComponentResponse is the response definition after updating a schema component.

The response is of type object.