mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
23 lines
738 B
YAML
23 lines
738 B
YAML
#
|
|
services:
|
|
- serviceId: sample-node-api
|
|
title: Sample-Node-API
|
|
description: Sample Node API
|
|
catalogUiTileId: sample-node-api
|
|
instanceBaseUrls:
|
|
- https://mymainframe.ibm.com:18000/
|
|
homePageRelativeUrl: # Home page is at the same URL
|
|
routedServices:
|
|
- gatewayUrl: api/v1 # [api/ui/ws]/v{majorVersion}
|
|
serviceRelativeUrl:
|
|
apiInfo:
|
|
- apiId: com.ibm.sample-node-api
|
|
gatewayUrl: api/v1
|
|
version: 1.0.0
|
|
swaggerUrl: https://mymainframe.ibm.com:18000/api-docs
|
|
documentationUrl: https://mymainframe.ibm.com:18000/api-docs-ui
|
|
|
|
catalogUiTiles:
|
|
sample-node-api:
|
|
title: Sample-Node-API
|
|
description: Sample Node API |