How can I update the permission rules in an ory ne...
# talk-keto
f
How can I update the permission rules in an ory network project through the API/CLI?
s
you have to update the permission config: https://www.ory.sh/docs/cli/ory-update-permission-config the rules should be a base64 url, so similar to base64://aewuf9sew8rtase...
f
Thanks! Still finding my way around the docs!
This sees to expect a json/yaml string, but I would expect a typescript like file to be allowed as well?