fix documentation

Signed-off-by: Pedro Parra Ortega <parraortega.pedro@gmail.com>
This commit is contained in:
Pedro Parra Ortega
2022-04-04 15:45:49 +02:00
committed by Pedro Parra Ortega
parent b6930c78f2
commit eeff6a73bf
@@ -72,7 +72,7 @@ catalog:
# Optional search for groups, see Microsoft Graph API for the syntax
# See https://docs.microsoft.com/en-us/graph/search-query-parameter
groupSearch: '"description:One" AND ("displayName:Video" OR "displayName:Drive")'
# Optional select for groups, this will allow you work with schemaExtensions in order to add extra information to your groups
# Optional select for groups, this will allow you work with schemaExtensions in order to add extra information to your groups that can be used on you custom groupTransformers
# See https://docs.microsoft.com/en-us/graph/api/resources/schemaextension?view=graph-rest-1.0
groupSelect: ['id', 'displayName', 'description']
```