Tools, FAQ, Tutorials:
Add Operation to API on Publisher Dashboard
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service?
✍: FYIcenter.com
You can follow this tutorial to add a new operation to an API
on the Publisher Portal of an Azure API Management Service.
1. Click on the API name from the API list to open it. You see detailed information of the API organized in several tabs.
2. Click on the "Design" tab. You see a list of existing operations.
3. Click the "+Add operation" menu. You see the new operation form.
4. Fill in the form as shown below:
Display name: Add new user Name: add-new-user URL: POST /users Description: For client to add a new user with user info in the HTTP body
5. Click the "Create" button. A new operation will be added to the API.
Now you have an API with an operation added.
The picture below shows you steps to add a new operation to an API on Publisher Dashboard of an Azure API Management Service:
⇒ Using Azure API Management Developer Portal
⇐ View API Details on Publisher Dashboard
2018-03-31, 3370👍, 0💬
Popular Posts:
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...