cURL
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>" ] } '
{}
Create a new module with the provided details.
Returns the ID of the newly created module
The response is of type object.
object