Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Create blueprint from mask

POST/v1/private/agent-configs/blueprints/projects/{project_id}/masks/{mask_id}Create blueprint from mask

Creates a new blueprint by applying a mask's changes on top of the latest blueprint for the project.

Parameters

project_idstring · uuidpathrequired
mask_idstring · uuidpathrequired

Responses

201Created

Headers

Location
401Unauthorizedapplication/json
objectErrorMessage_Write
errorsarray of string
Show child attributes
Example response
{
  "errors": [
    "string"
  ]
}
404Not Found (no config or mask not found)application/json
objectErrorMessage_Write
errorsarray of string
Show child attributes
Example response
{
  "errors": [
    "string"
  ]
}
Documentation menu