Skip to content

Commit

Permalink
Update APIType value in clientconfig.json to use "msgraph" instead of…
Browse files Browse the repository at this point in the history
… "jamfpro"
  • Loading branch information
ShocOne committed Apr 17, 2024
1 parent 367f213 commit c658732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Example configuration file (clientconfig.json):
"Environment": {
"InstanceName": "yourinstance",
"OverrideBaseDomain": "",
"APIType": "" // "jamfpro" / "graph"
"APIType": "" // "jamfpro" / "msgraph"
},
"ClientOptions": {
"LogLevel": "LogLevelDebug", // "LogLevelDebug" / "LogLevelInfo" / "LogLevelWarn" / "LogLevelError" / "LogLevelFatal" / "LogLevelPanic"
Expand Down

0 comments on commit c658732

Please sign in to comment.