Components
Update Component
PUT
/
api
/
components
/
{id}
Authorizations
Authorization
string
headerrequiredYou can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.
Path Parameters
id
integer
requiredThe ID of the component.
Body
application/json
name
string
Must not be greater than 255 characters.
description
string
status
enum<integer>
Available options:
1
, 2
, 3
, 4
, 5
link
string
order
integer
Must be at least 0.
component_group_id
integer
The <code>id</code> of an existing record in the component_groups table. Must be at least 0.
enabled
boolean
Response
200 - application/json
data
object