I thought I would need some sort of read write permission.
How would I assign this to the extension?
The documentation for writing the extensions only lists three options for the 'request-permissions': 'client': tag in the extensions.json file: (default), get-read-only-session, and run-read-only-commands.
What exact string should I add to the array for the 'request-permissions': 'client' tag in the extensions.json to give the extension read-write access to smart console.
I have tried guessing a few times with 'run-read-write-commands' and 'run-readwrite-commands' but was unsuccessful.
While testing I am logged in as a super admin that has full read write permissions.