Update white label project

POST {{baseUrl}}/api/organizations/:organizationId/whitelabel/projects/:projectId

White label admin only API to update project properties.

Request Body

{"logo"=>"<string>", "name"=>"<string>", "description"=>"<string>", "lastDeployEonCompiler"=>"<boolean>", "latencyDevice"=>"<string>", "experiments"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "showCreateFirstImpulse"=>"<boolean>", "labelingMethod"=>"<string>", "showProjectTypeWizard"=>"<boolean>", "selectedProjectTypeInWizard"=>"<string>", "gettingStartedStep"=>"<integer>", "useGpu"=>"<boolean>", "computeTimeLimitM"=>"<integer>", "dspFileSizeMb"=>"<integer>", "enterprisePerformance"=>"<boolean>", "trainJobRamMb"=>"<integer>", "metadata"=>"<object>", "readme"=>"<string>", "lastAcquisitionLabel"=>"<string>", "trainJobNotificationUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "dspJobNotificationUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "modelTestingJobNotificationUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "exportJobNotificationUids"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "csvImportConfig"=>"<object>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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