HomeGuidesAPI ReferenceRelease notes
Log In
API Reference

Update Model

Update a Model by id

  • model_id (str): Required. The id of the model to be updated.
  • payload (ModelUpdate): Required. The payload that includes:
    • name (str): Name of the model, min_length=1, max_length=100.
    • description (str or None): A description about the model.
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!