Publish API versions

Publish API versions

Summary

An API may have one or more versions. Each verse could publish and manage each verse in isolation. This explains the flow of the APIs versions.

Publish verse

Once you have created an API, one version and added at least one method, you could publish the API version.

In order to publish a verse, all associated resources should be publicly available: the data sources and views associated with the API version should be published. If it was not published, you would receive a message stating the envelopes you must publish in order to publish the verse.

By publishing the API version, the API and its published versions would be available on the developer portal with the documentation that is automatically generated from the configurations.
    • Related Articles

    • Create and manage APIs versions

      Summary An API may have one or more versions. Each version contains API methods, and may have multiple versions published at the same time. Consider adding new versions of APIs when changes you make impact on queries that receive your methods and/or ...
    • Audit API

      Summary The Audit API allows you to consult audit records in detail of applications received and responses submitted from APIs methods. Through this API you can learn the details of each of the requests made to your APIs and the responses submitted. ...
    • How to create an application

      Summary The application obtains the credentials that allow you to identify when consuming APIs. Create an application To create an application you must be registered and authenticated on the portal. Once authenticated, click Create application. ...
    • What are data resources, lifecycle and publication flow

      Summary The platform's data resources are those that allow data to be collected, transform and expose data. The platform has three data resources: Data sources, Data views and APIs. Data sources: using data sources could connect to my data sources: ...
    • Create and configure APIs

      Summary APIs would be exhibited on the developer portal. An API can contain multiple versions, and each of the minimum versions. To create an API you must go to APIs > New APIs. Configure APIs When creating a new API you should complete the Title, ...