latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

components

Updates the Component environment variables based on the specified Component Id

The component should be accessible to the client (e.g. component from the own Contract or shared one).

put/components/{component_id}/env

Path parameters

component_idstring required

Component identifier

Request body

metaobject required

Example request

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "links": {
      "self": "/v2/component-envs/5b4f337bff4304610483ba67"
    }
  }
}

Response

OK

metaobject required

Example response

{
  "data": {
    "id": "5b4f337bff4304610483ba67",
    "links": {
      "self": "/v2/component-envs/5b4f337bff4304610483ba67"
    }
  }
}