Viewing application-specific REST APIs
View the OpenAPI Specification (OAS) documentation that describes your application's REST APIs in either App Studio or Dev Studio. You can also view the OAS documentation for individual REST services and for the REST services that are included in a service package.
To view application-specific REST APIs in App Studio:
In the navigation pane of App Studio, click Channels.
On the Channels page, click API.
To view application-specific REST APIs inDev Studio:
In the header of Dev Studio, click the name of the application, and then click Channels and interfaces.
On the Create new channel interface page, click API.
To view the OAS documentation for an individual REST service:
In the navigation pane of Dev Studio, click Records.
Expand the Integration-Services category, and then click Service REST.
Click a Service REST rule to open it.
Click the OpenAPI tab to view the REST service in YAML and Swagger.
To view the OAS documentation for the REST services included in a specific service package:
In the navigation pane of Dev Studio, click Records.
Expand the Integration-Resources category, and then click Service Package.
Select a service package, for example, myDemoPackage, to open it.
Click the OpenAPI tab to view all of the REST services included in the service package in YAML and Swagger.
Previous topic Generating OpenAPI Specification documentation for application-specific REST APIs Next topic OpenAPI tab