Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Upload attachment to MinIO

PUT/v1/private/attachment/uploadUpload attachment to MinIO

Upload attachment to MinIO

Parameters

file_namestringqueryrequired
project_namestringquery

If null, the default project is used

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

mime_typestringquery
entity_typestringqueryrequired

one of "trace", "span"

one of "trace", "span"

entity_idstring · uuidqueryrequired

Request body

*/*
object
Example request
{}

Responses

204No content
401Bad Requestapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
403Access forbiddenapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu