1
0
mirror of synced 2026-01-03 15:05:54 -05:00

Add basic auth to REST doc and examples (#50758)

Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Rachael Sewell
2024-06-05 14:45:09 -07:00
committed by GitHub
parent a2d5f91249
commit 4a5a335d11
14 changed files with 148 additions and 70 deletions

View File

@@ -185,6 +185,7 @@ export async function getProgAccessData(progAccessSource, isRest = false) {
: operation.permission_sets || [],
allowPermissionlessAccess: operation.allows_permissionless_access,
allowsPublicRead: operation.allows_public_read,
basicAuth: operation.basic_auth,
}
}