Set blessings
Set blessings for a role.
Query parameters
-
When specified, checks for conflicts against the version stored in the persistent store (returned in 'x-cloud-resource-version' of the GET request)
PUT
/platform/infrastructure/blueprinter/roles/{blueprinter_role_id}/blessings
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/infrastructure/blueprinter/roles/{blueprinter_role_id}/blessings' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"runner_ids_to_blessing":{"additionalProperty1":{"value":true},"additionalProperty2":{"value":true}}}'