Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Update project by id

PATCH/v1/private/projects/{id}Update project by id

Update project by id

Parameters

idstring · uuidpathrequired

Request body

application/json
objectProjectUpdate
descriptionstring

maxLength 255 · minLength 0

namestring

pattern (?s)^\s*(\S.*\S|\S)\s*$

visibilitystring

one of "private", "public"

Example request
{
  "description": "string",
  "name": "string",
  "visibility": "private"
}

Responses

204No Content
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
422Unprocessable Contentapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu