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