v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAPI Management
Create a new API
Create a new API from the OpenAPI specification given. See the API Catalog documentation for additional information about the possible metadata. It returns the created API ID.
post/api/v2/apicatalog/openapi
Response
API created successfully
Example response
{
"data": {
"id": "90646597-5fdb-4a17-a240-647003f8c028"
}
}