Api V 2 Experiments Update

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
idstringOptional1-255 characters
namestringOptional<=255 characters
datasetstring or nullOptional>=1 character
workflow_countintegerOptional-2147483648-2147483647
statusenumOptional
  • draft - Draft
  • pending - Pending
  • paused - Paused
  • running - Running
  • waiting_for_annotations - Waiting For Annotations
  • completed - Completed
  • failed - Failed
progressdoubleOptional
started_atdatetime or nullOptional
completed_atdatetime or nullOptional
descriptionstringOptional
is_starredbooleanOptional

Response

dataset_namestring or nullRead-only
modelstring or nullRead-only
created_atdatetimeRead-only
tagslist of objectsRead-only
prompt_namestring or nullRead-only
evaluator_nameslist of stringsRead-only
evaluator_scoreslist of maps from strings to anyRead-only
idstring<=255 characters
namestring<=255 characters
datasetstring or null
workflow_countinteger-2147483648-2147483647
statusenum
  • draft - Draft
  • pending - Pending
  • paused - Paused
  • running - Running
  • waiting_for_annotations - Waiting For Annotations
  • completed - Completed
  • failed - Failed
progressdouble
started_atdatetime or null
completed_atdatetime or null
descriptionstring
is_starredboolean