Update agent

PUT {{baseUrl}}/agents/:id

Updates the agent for the given agent id with given parameters.

Request Body

{"name"=>"<string>", "securityProfile"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstring(Required) ETag number of resource.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;name&quot;:&quot;Nanobox Agent&quot;,&quot;securityProfile&quot;:&quot;RSA_3072&quot;,&quot;entityId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;id&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&quot;,&quot;eTag&quot;:&quot;2&quot;}