Commit 6aed4f7d authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Update ServiceInfo & ServiceInfoList examples

parent a0317469
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2053,7 +2053,8 @@ components:
              - '/meMp1/service/EntryPoint'
          security:
            oAuth2Info:
              grantTypes: 'OAUTH2_CLIENT_CREDENTIALS'
              grantTypes: 
                - 'OAUTH2_CLIENT_CREDENTIALS'
              tokenEndpoint: '/meMp1/security/TokenEndPoint'
        serializer: 'JSON'
    ServiceInfoList:
@@ -2080,7 +2081,8 @@ components:
                  port: 8080
            security:
              oAuth2Info:
                grantTypes: 'OAUTH2_CLIENT_CREDENTIALS'
                grantTypes: 
                  - 'OAUTH2_CLIENT_CREDENTIALS'
                tokenEndpoint: '/meMp1/security/TokenEndPoint'
          serializer: 'JSON'
    TrafficRule: