Skip to main content

Create New Engine

POST 

/org/:orgId/engine

Create New Engine

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

Body

required

    any

Responses

Success.

Schema

    engine_id string
    org_id string
    name string
    protocol string
    host string
    port string
    properties object
    default_engine bool
Loading...