Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Set environment by blueprint name

PUT/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}Set environment by blueprint name

Sets an environment to point to a blueprint identified by name

Parameters

env_namestringpathrequired
project_idstring · uuidpathrequired

Request body

application/json
objectAgentConfigEnvSetByName
blueprint_namestringrequired
Example request
{
  "blueprint_name": "string"
}

Responses

204Environment updated
401Unauthorizedapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
404Not Foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu