POST
/v1/private/agent-configs/blueprints/environmentsCreate or update environmentsCreates or updates environment-to-blueprint mappings
Request body
application/json
objectAgentConfigEnvUpdate
envsarray of objectrequiredShow child attributes
Show array items
blueprint_idstring · uuidrequiredcreated_atstring · date-timecreated_bystringended_atstring · date-timeenv_namestringrequiredidstring · uuidproject_idstring · uuidproject_idstring · uuidrequired{
"envs": [
{
"blueprint_id": "00000000-0000-0000-0000-000000000000",
"env_name": "string"
}
],
"project_id": "00000000-0000-0000-0000-000000000000"
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}