You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 931 "kebab-case" implies lower kebab-case (also used in the image example following)
Line 932 implies Upper Snake case for API_name followed by Upper Kebab-case
Problem description
Line 931 and 932 of Design Guidelines define
scope
syntax as follows:<API_name>-<Resource>-<Permission>
Line 931 "kebab-case" implies lower kebab-case (also used in the image example following)
Line 932 implies Upper Snake case for API_name followed by Upper Kebab-case
Expected behavior
Line 932 to say:
Recommended Format:
<api-name>-<resource>-<permission>
The text was updated successfully, but these errors were encountered: