Skip to main content
POST
/
v1
/
modules
Create a new module
curl --request POST \
  --url https://api.telaos.com/v1/modules \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "asset_type": "<string>",
  "logo": "<string>",
  "icon": "<string>",
  "logo_bg_color": "<string>",
  "samples": [
    "<any>"
  ]
}
'
{}

Body

application/json
name
string
required
description
string
required
asset_type
string
required
icon
string
required
logo_bg_color
string
samples
any[]

Response

Returns the ID of the newly created module

The response is of type object.