Hi!
I have two endpoints defined with the following patterns
- /images/:image_id/circles
- /images/:image_id/squares
I would like to assign a privilege for each endpoint to a different role.
How can I handle this :image_id parameter in a pattern used for ords.define_privilege?
What is the syntax for p_patterns parameter for ords.define_privilege procedure? I couldn't find it in the documentation.
I'm using ORDS 3.0.4.
Regards,
Sebastian