Modify Custom Object Type by ID

Use this API to partially update an existing object type by its unique identifier.

πŸ—’

Things to Know

  • This API only supports objects created via Object Manager, including Projects, Models, and Datasets.
Path Params
uuid
required

The unique identifier of the object type.

Body Params
string

The name of the object type.

string

The description of the object type.

moduleScopes
array of strings
enum

The product scopes of the object type.

moduleScopes
settings
object

The settings details of the object type.

workflow
object

The details of the workflow.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 4 required scopes
URL
Response
Choose an example:
application/json
*/*