Trouble with API Docs for non-admin user 2.10

Trying to give a non-admin user API doc access. When adjusting access on a role the only thing that seems to allow a user access to the API docs is selecting:

Service: the database service I created
Component: *

It will then show the user the API docs for the selected verbs.

If I try to limit the component to _table/* the live docs for the use says “No operations defined in spec!”

Service: the database service I created
Component: _table/*

I would have expected that the right way to give access to the API Docs would be

Service: APIDocs
Component: the database service I created

Which returns the following error to a user.

“You are logged in as a non-admin user. Your assigned role for the API Docs app will determine which active services you have access to”

How can a non-admin user be configured to see API documentation without being able to just have * access on the service?