We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28a93d commit cdb24a1Copy full SHA for cdb24a1
docs/integrate/includes/scopes.md
@@ -45,7 +45,7 @@
45
| | `vso.serviceendpoint_query` | Service Endpoints (read and query) | Grants the ability to read and query service endpoints. |
46
| | `vso.serviceendpoint_manage` | Service Endpoints (read, query and manage) | Grants the ability to read, query, and manage service endpoints. |
47
| Settings| `vso.settings` | Settings (read) | Grants the ability to read settings. |
48
-| | `vso.settings` | Settings (read and write) | Grants the ability to create and read settings. |
+| | `vso.settings_write` | Settings (read and write) | Grants the ability to create and read settings. |
49
| **Symbols** | `vso.symbols` | Symbols (read) | Grants the ability to read symbols. |
50
| | `vso.symbols_write` | Symbols (read and write) | Grants the ability to read and write symbols. |
51
| | `vso.symbols_manage` | Symbols (read, write and manage) | Grants the ability to read, write, and manage symbols. |
0 commit comments