cloudify-cosmo / cloudify-manager

Cloudify's manager related code
Apache License 2.0
147 stars 79 forks source link

Fix blueprint API - in some cases the visibility parameter is optional #4467

Closed lukaszd128 closed 1 month ago

lukaszd128 commented 1 month ago

Fixes blueprint API (blueprint validate and blueprint upload) so the visibility argument is truly optional when parameters are passed as a form parameters. Additional fix for blueprint validate API endpoint to pass further parameter values as strings (not as one element list of strings which later fails validation).