Install a service from a direct URL
Install a service from a direct URL
Downloads the definition file from the supplied direct URL, validates the manifest, and stores it as a new service under the supplied id and adapter. No registry source is stored.
POST
Install a service from a direct URL
Body
application/json
Request body used to install a service from a direct URL.
Identifier to assign to the new service. Must be a valid identifier matching /^[A-Za-z_$][A-Za-z0-9_$]*$/.
Minimum string length:
1Direct URL of the service definition file to download and install.
Minimum string length:
1Adapter module identifier responsible for the service.
Minimum string length:
1Response
The service was installed and stored.
Response returned after a service is installed.
Identifier assigned to the newly installed service.
Minimum string length:
1Last modified on July 1, 2026