Import Custom Components
POST/api/v2/custom_components
Imports a custom component as a zip file. Use the Custom component template to write your component, and then upload the zipped template.
Request
Responses
- 200
- 400
- 409
- 415
- 422
Returns the ID of the imported custom component.
Something went wrong while validating the custom component. {error_message}
Change the version of this custom component and upload it again. A custom component with this version already exists in your workspace.
Upload a valid ZIP file as the custom component. Currently, we only support the ZIP format for custom components.
Validation Error
Was this page helpful?