Update agent
PUT {{baseUrl}}/agents/:id
Updates the agent for the given agent id with given parameters.
Request Body
{"name"=>"<string>", "securityProfile"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string | (Required) ETag number of resource. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"name":"Nanobox Agent","securityProfile":"RSA_3072","entityId":"3b27818ea09a46b48c7eb3fbd878349f","id":"3b27818ea09a46b48c7eb3fbd878349f","eTag":"2"}