| Package | Description |
|---|---|
| io.apiman.manager.api.rest.contract |
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.apps.ApplicationVersionBean |
IOrganizationResource.createAppVersion(String organizationId,
String applicationId,
io.apiman.manager.api.beans.apps.NewApplicationVersionBean bean)
Use this endpoint to create a new version of the Application.
|
io.apiman.manager.api.beans.plans.PlanVersionBean |
IOrganizationResource.createPlanVersion(String organizationId,
String planId,
io.apiman.manager.api.beans.plans.NewPlanVersionBean bean)
Use this endpoint to create a new version of the Plan.
|
io.apiman.manager.api.beans.services.ServiceVersionBean |
IOrganizationResource.createServiceVersion(String organizationId,
String serviceId,
io.apiman.manager.api.beans.services.NewServiceVersionBean bean)
Use this endpoint to create a new version of the Service.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.