Error in describing action: Cannot read properties of undefined (reading 'my_example_request')

I get this error when trying to call the rest command in the automations.

In configuration.yaml i have

rest_command:
  my_example_request:
    url: "http://example.com/"

the example is taken from the drscriptons on page /integrations/rest_command/

I have no idea why its not working.

Could you post the yaml of your automation as well?

Its now working after i have updated to the latest version of home assistant