Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the API Publisher.
  2. Click the Browse menu and selectSelect the API that you want to create a version of (e.g., PhoneVerification 1.0.0).  
  3. The API opens. Click the Click Create New Version button that appears in its Overview tab
    Image RemovedImage Added
  4. Give a version number, check select the default version option and click Done.
    Image RemovedImage Added

    Tip

    Tip: The Default Version option means that you make this version the default in a group of different versions of the API. A default API can be invoked without specifying the version number in the URL. For example, if you mark http://host:port/youtube/2.0 as the default version when the API has 1.0 and 3.0 versions as well, requests made to http://host:port/youtube/ get automatically routed to version 2.0.

    If you mark any version of an API as the default, you get two API URLs are listed in its Overview page tab in the API Store. One URL is with the version and the other is without. You can invoke a default version using both URLs.

    If you mark an unpublished API as the default, the previous default , published API will still be is used as the default until the new default API is published (or prototyped).

  5. The All APIsThe APIs page opens. Click on the Edit icon of the new API version to open edit it.
    Image Removed

  6. Click the Edit link next to the API's name.
    Image Removed
  7. Image Added

  8. Do the required modifications to the API. For example, assuming that the POST method is redundant, let's delete it from the resource that we added to the API at the time it was created. 
    Image RemovedImage Added
  9. Click Save once the edits are done.

...