Add Blessing
Add a Blessing for a runner to a role.
Path parameters
-
blueprinter_role_id
string Required User-specified Blueprinter role ID.
-
runner_id
string Required Runner ID for a blessing associated with a role.
Query parameters
-
version
integer 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/{runner_id}
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/infrastructure/blueprinter/roles/{blueprinter_role_id}/blessings/{runner_id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"value":true}'