Skip to main content

Update HITL's data based on HITL ID

Update HITL's data based on HITL ID

Path Parameters
  • project_id integer required

    ID of the project to change

  • hitl_id integer required

    ID of the hitl to change

Request Body
  • name string

    Possible values: <= 120 characters

  • description string

    Possible values: <= 255 characters

  • assigned_user_id integer
  • model_id integer
  • is_live boolean
  • webhook_url string

    Possible values: <= 255 characters

Responses

HITL was updated


Schema
  • id integer
  • name string

    Possible values: <= 120 characters

  • description string

    Possible values: <= 255 characters

  • project_id integer
  • created_at date-time
  • updated_at date-time
  • assigned_user_id integer
  • model_id integer
  • is_live boolean
  • webhook_url string

    Possible values: <= 255 characters

  • labels object
Loading...