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
Nested Topics are not (currently) intended to be accessed directly. If a request is made directly to a nested topic, it should be rejected. This accomplishes this by returning a 403 on requests to a nested topic or its container (based on the `ContentType` being set to `List`).
0 commit comments