Update dsp block

POST {{baseUrl}}/api/organizations/:organizationId/dsp/:dspId

Updates a dsp block. Only values in the body will be updated.

Request Body

{"name"=>"<string>", "dockerContainer"=>"<string>", "description"=>"<string>", "requestsCpu"=>"<number>", "requestsMemory"=>"<integer>", "limitsCpu"=>"<number>", "limitsMemory"=>"<integer>", "port"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}