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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}