Commit ed92669f authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Update ServiceInfo & ServiceInfoList examples

parent 6aed4f7d
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Original line Diff line number Diff line
@@ -2690,7 +2690,9 @@
            },
            },
            "security": {
            "security": {
              "oAuth2Info": {
              "oAuth2Info": {
                "grantTypes": "OAUTH2_CLIENT_CREDENTIALS",
                "grantTypes": [
                  "OAUTH2_CLIENT_CREDENTIALS"
                ],
                "tokenEndpoint": "/meMp1/security/TokenEndPoint"
                "tokenEndpoint": "/meMp1/security/TokenEndPoint"
              }
              }
            }
            }
@@ -2728,7 +2730,9 @@
              },
              },
              "security": {
              "security": {
                "oAuth2Info": {
                "oAuth2Info": {
                  "grantTypes": "OAUTH2_CLIENT_CREDENTIALS",
                  "grantTypes": [
                    "OAUTH2_CLIENT_CREDENTIALS"
                  ],
                  "tokenEndpoint": "/meMp1/security/TokenEndPoint"
                  "tokenEndpoint": "/meMp1/security/TokenEndPoint"
                }
                }
              }
              }