ProjectComponents
Create a ProjectComponent
Creates a new Component for a project.
POST
/
v1
/
projects
/
{id}
/
components
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredBody
application/json
A Project Component object represents an integration of a component in a project.
component_id
string
Unique identifier for the component
active
boolean
Whether the component is active in the project
settings
object
Settings of the component
Response
200 - application/json
A Project Component object represents an integration of a component in a project.
object
string
String representing the object's type. Objects of the same type share the same value
id
string
Unique identifier for the project component
component_id
string
Unique identifier for the component
category
string
Category of the component
active
boolean
Whether the component is active in the project
settings
object
Settings of the component