UPDATE

Update an existing custom API integration by integration name

UPDATE

POST https://api.eyelevel.ai/v1/partner/integration/custom/:apiKey/:name

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

name

string

Name of custom integration

Request Body

NameTypeDescription

custom

object

Response

{
    "message": "OK"
}

Last updated