Documentation: Added '*' to action in "Resource Scope Grammar"

because a catalog request requires it.

Signed-off-by: Peter Stolpe <peter.stolpe@drehpunkt.com>
This commit is contained in:
Peter Stolpe 2025-02-02 21:09:58 +01:00
parent 7271d882c0
commit d19610686f

View File

@ -100,7 +100,7 @@ resourcename := [ hostname '/' ] component [ '/' component ]*
hostname := hostcomponent ['.' hostcomponent]* [':' port-number] hostname := hostcomponent ['.' hostcomponent]* [':' port-number]
hostcomponent := /([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])/ hostcomponent := /([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9])/
port-number := /[0-9]+/ port-number := /[0-9]+/
action := /[a-z]*/ action := /[a-z*]*/
component := alpha-numeric [ separator alpha-numeric ]* component := alpha-numeric [ separator alpha-numeric ]*
alpha-numeric := /[a-z0-9]+/ alpha-numeric := /[a-z0-9]+/
separator := /[_.]|__|[-]*/ separator := /[_.]|__|[-]*/