View source: R/schemas_operations.R
schemas_update_schema | R Documentation |
Updates the schema definition
See https://www.paws-r-sdk.com/docs/schemas_update_schema/ for full documentation.
schemas_update_schema(
ClientTokenId = NULL,
Content = NULL,
Description = NULL,
RegistryName,
SchemaName,
Type = NULL
)
ClientTokenId |
The ID of the client token. |
Content |
The source of the schema definition. |
Description |
The description of the schema. |
RegistryName |
[required] The name of the registry. |
SchemaName |
[required] The name of the schema. |
Type |
The schema type for the events schema. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.