cURL
curl --request PATCH \ --url https://api.nuon.co/v1/components/{component_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "dependencies": [ "<string>" ], "name": "<string>", "var_name": "<string>" }'
{ "app_id": "<string>", "config_versions": 123, "created_at": "<string>", "created_by_id": "<string>", "dependencies": [ "<string>" ], "id": "<string>", "links": {}, "name": "<string>", "resolved_var_name": "<string>", "status": "<string>", "status_description": "<string>", "type": "terraform_module", "updated_at": "<string>", "var_name": "<string>" }
Type "Bearer" followed by a space and token.
component ID
Input
The body is of type object.
object
OK
The response is of type object.