Defining Paths for a REST API
A Path is a unit of a REST API that you can call. A Path comprises an HTTP verb and a URL path that, when exposed, is combined with the base path of the API. By configuring the Path, you define how the API is exposed to your developers.
About this task
Note: This task relates to configuring an OpenAPI 2.0 API definition. For details
on how to configure an OpenAPI 3.0 API definition, see Editing an OpenAPI 3.0 API
definition.
You can complete this task either by using the API Designer UI application, or by using the
browser based API Manager UI.Procedure
To define a Path, complete the following steps:
Results
What to do next
Add your API to a Plan in a Product. When your API is part of a Product you can stage your Product to a Catalog to test the operations in your API. When you stage a Product, you can publish it to the Developer Portal for application developers to use your APIs and operations.
For more information about Products, see Working with Products. For more information about testing, see Testing an API.