Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Replace ollie state

PUT/v1/private/ollie/stateReplace ollie state

Upload gzip-compressed SQLite DB file, replacing any existing state

Parameters

Content-Lengthinteger · int64header

Request body

application/gzip
object
Example request
{}

Responses

204No content
400Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
401Unauthorizedapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
429Rate limit exceededapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu