Create or Update an APEX application, with a specific application id, in the specified workspace

put

/apex/workspaces/{workspace_name}/applications/{application_id}

This services creates a new application in the specified workspace, using the given application/sql or application/zip input content using APEX install application procedure. The Application ID in the input file is ignored. If an application already exists with the application_id in the URL then it is overwritten. Otherwise, a new application is created in the workspace with the specified application_id from the URL. A client requires SQL Developer or SQL Administrator role to access this endpoint.

Request

Path Parameters
Supported Media Types
Request Body - application/zip ()
Root Schema : schema
Type: string
Request Body - application/sql ()
Root Schema : schema
Type: string
Back to Top

Response

Supported Media Types

201 Response

Details of the created/updated application
Headers
  • Location header will provide URI of created APEX application.
Body ()
Root Schema : APEXApplicationsItem
Type: object
This object represents a single row on APEX_APPLICATIONS.
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

400 Response

Bad Request - The input file could not be processed.
Back to Top