Skip to main content
POST
Create component.

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Body

application/json
componentId
string
required

componentId optionally used for existing components

name
string
required

Name is only used for the presentation.

type
string
required

Type of component must be one of: CODE_JS,CODE_TS,CODE_JS_LIB,CODE_TS_LIB,JSON_VALIDATOR.

active
boolean
required

Activate upon creation.

category
string

Category.

desc
string

Description.

Response

Created.