We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6c863 commit 5763b70Copy full SHA for 5763b70
README.md
@@ -61,7 +61,7 @@ Details of services available need to be applied to the Umbraco web application'
61
},
62
"AuthorizedServices": {
63
"TokenEncryptionKey": "",
64
- "Services": [
+ "Services": {
65
{
66
"<serviceAlias>": {
67
"DisplayName": "",
@@ -83,7 +83,7 @@ Details of services available need to be applied to the Umbraco web application'
83
"ExpiresInResponseKey": "expires_in",
84
"SampleRequest": ""
85
}
86
- ]
+ }
87
88
```
89
0 commit comments