From 2fc4f26832ba4de2d61998194685c30a4561168d Mon Sep 17 00:00:00 2001 From: Konstantin Taletskiy Date: Tue, 1 Mar 2022 12:25:54 -0800 Subject: [PATCH] Update example to not reference an undefined scope Fixes #3811 --- docs/source/reference/rest.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/reference/rest.md b/docs/source/reference/rest.md index 1824c5bd..12f8f44e 100644 --- a/docs/source/reference/rest.md +++ b/docs/source/reference/rest.md @@ -113,7 +113,6 @@ c.JupyterHub.load_roles = [ "scopes": [ # specify the permissions the token should have "admin:users", - "admin:services", ], "services": [ # assign the service the above permissions