cURL
curl --request PUT \ --url https://api.kadoa.com/v4/schemas/{schemaId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "entity": "<string>", "fields": [ { "name": "<string>", "description": "<string>", "example": "<string>", "dataType": "STRING" } ] }'
{ "success": true, "message": "<string>" }
API key for authentication
API key for authorization
Bearer token for authorization
ID of the schema to update
Name of the schema
Entity type for the schema
Show child attributes
Schema updated successfully