Create Customization
Add a customization in a catalog uploading a tar.gz file. The id of the organization is fetched from CSP token.
"CustomizationCreate Object"
It has information where a customization must be applied based in a combination of parameters
name
file
The customization has been created
Response Headers
Url to request the customization that has been created.
An error related to the customization
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to create new customizations
"Error403 Object"
The catalog is not found
"Error404 Object"
The application has not been released yet
"Error412 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '[{}]' https://{api_host}/v1/catalogs/{catalog_id}/customizations