Add blueprint to existing config

Adds a new blueprint to an existing optimizer config. Fails if the project has no config yet.

Request

This endpoint expects an object.
blueprintobjectRequired
project_idstringOptionalformat: "uuid"

Project ID. Either project_id or project_name must be provided

project_namestringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"

Project name. Either project_id or project_name must be provided

idstringOptionalformat: "uuid"
Agent config ID. Generated automatically if not provided

Response headers

Locationstring

Response

Blueprint added

Errors

401
Unauthorized Error
404
Not Found Error