modes
Overview
Name | modes |
Type | Resource |
Id | confluent.schema_registry.modes |
Fields
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_mode | SELECT | subject | Retrieves the subject mode. |
get_top_level_mode | SELECT | Retrieves global mode. | |
delete_subject_mode | DELETE | subject | Deletes the specified subject-level mode and reverts to the global default. |
update_mode | EXEC | subject | Update mode for the specified subject. On success, echoes the original request back to the client. |
update_top_level_mode | EXEC | Update global mode. On success, echoes the original request back to the client. |