v1
latestOpenAPI 3.1.02026-07-2683111282.3 KBUI Extensions Config Operations
Create or update a custom UI extension
Create or update a UI extension to be managed through the Integrations Library. When creating an extension, its ID must be unique across all existing extensions, whether or not managed through the Integrations Library.<br/>The following will cause an HTTP 409 Conflict response:<ul><li>No version is provided, and the provided ID exists;</li><li>A version is provided, and the provided ID does not exist;</li><li>A version is provided, but its value is not the latest.</li></ul>
put/{id}
Path parameters
idstring required
ID of the extension. Must be unique and only contain alphanumeric characters
Headers
X-Resource-Versionstring
Resource's version. Must be used in any subsequent update requests of this resource. Can be obtained when GETting the resource
Request body
Response
OK