Skip to main content

POST /api/mgmnt/v2/:namespace/:application

Given a Swagger (OpenAPI 2.0Opens in a new tab) specification, this call generates the scaffolding for the REST application.

URL Parameters

nam/espace Required. Namespace name. This parameter is not case-sensitive.
application Required. Fully qualified name of the package that contains the spec, impl, and disp classes. This parameter is not case-sensitive.

Request Body

The request body must be a Swagger (OpenAPI 2.0Opens in a new tab) specification in JSON format.

Permissions

To use this endpoint, you must be a member of the %Developer role and must have read/write access to the given namespace.

Example Request

  • Request Method:

    POST

  • Request URL:

    http://localhost:52773/api/mgmnt/v2/user/myapp

  • Request Body:

    A Swagger (OpenAPI 2.0Opens in a new tab) specification in JSON format.

FeedbackOpens in a new tab