#3110: Replace "identifier" with "discriminator".

This commit is contained in:
Nick Todd
2025-03-12 10:22:14 +00:00
parent 3f74031dc7
commit f19422e1f0

View File

@@ -18,7 +18,7 @@ An example of a custom action is seen below, with key information about what is
.. code:: Python
class ExampleActionClass(AbstractAction, identifier="ExampleActions"):
class ExampleActionClass(AbstractAction, discriminator="ExampleActions"):
"""Example Action Class"""
config: ExampleAction.ConfigSchema(AbstractAction.ConfigSchema)