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

Update ServiceInfo & ServiceInfoList examples

parent a0317469
Pipeline #952 passed with stage
in 0 seconds
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment