components
Create a component
Create a component
post/components/
Request body
Example request
{
"data": {
"name": "My Component",
"description": "My Component",
"access": "private",
"distribution": {
"type": "docker",
"image": "openintegrationhub/email",
"registrySecretId": "5b62c919fd98ea00112d52e7"
}
}
}Response
successful operation
Example response
{
"data": {
"name": "My Component",
"description": "My Component",
"access": "private",
"distribution": {
"type": "docker",
"image": "openintegrationhub/email",
"registrySecretId": "5b62c919fd98ea00112d52e7"
}
}
}