Updates a blueprint configuration

Updates a blueprint configuration.

Division assignment is managed outside of this API. A divisionId field in the
request body is rejected with a 400 and error code DIVISION_ASSIGNMENT_NOT_ALLOWED,
whether it carries a value or null. A blueprint that is already assigned to a division
cannot be updated here at all, and any update to it is rejected with a 409 and error
code DIVISION_PATCH_NOT_ALLOWED.

Required Permissions: blueprints:update

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Blueprint ID

Body Params
string
length between 1 and 200

Name of the blueprint

string | null

Description of the blueprint

scope
object

Device groups

steps
array of objects

Array of blueprint steps

steps
Headers
uuid
required
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

The environment UUID identifier.

Responses
204

Blueprint was successfully updated

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json